Class PylonBlockDeserializeEvent
-
public final class PylonBlockDeserializeEvent extends Event
Called after the pylonBlock has been deserialized.
-
-
Constructor Summary
Constructors Constructor Description PylonBlockDeserializeEvent(Block block, PylonBlock pylonBlock, PersistentDataContainer pdc)
-
Method Summary
Modifier and Type Method Description final BlockgetBlock()final PylonBlockgetPylonBlock()final PersistentDataContainergetPdc()HandlerListgetHandlers()final static HandlerListgetHandlerList()-
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous -
Methods inherited from class io.github.pylonmc.pylon.core.event.PylonBlockDeserializeEvent
getHandlers -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PylonBlockDeserializeEvent
PylonBlockDeserializeEvent(Block block, PylonBlock pylonBlock, PersistentDataContainer pdc)
-
-
Method Detail
-
getPylonBlock
final PylonBlock getPylonBlock()
-
getPdc
final PersistentDataContainer getPdc()
-
getHandlers
HandlerList getHandlers()
-
getHandlerList
final static HandlerList getHandlerList()
-
-
-
-