Class PylonBlockUnloadEvent
-
- All Implemented Interfaces:
public final class PylonBlockUnloadEvent extends Event
The block's chunk will no longer be loaded when this event is called
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
PylonBlockUnloadEvent.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Block
block
private final PylonBlock
pylonBlock
public final static PylonBlockUnloadEvent.Companion
Companion
-
Constructor Summary
Constructors Constructor Description PylonBlockUnloadEvent(Block block, PylonBlock pylonBlock)
-
Method Summary
Modifier and Type Method Description final Block
getBlock()
final PylonBlock
getPylonBlock()
HandlerList
getHandlers()
-
-
Constructor Detail
-
PylonBlockUnloadEvent
PylonBlockUnloadEvent(Block block, PylonBlock pylonBlock)
-
-
Method Detail
-
getPylonBlock
final PylonBlock getPylonBlock()
-
getHandlers
HandlerList getHandlers()
-
-
-
-