Package org.core.event.events.block
Interface BlockChangeEvent
- All Superinterfaces:
BlockEvent
,Event
,PlatformEvent
,Positionable<SyncBlockPosition>
- All Known Subinterfaces:
BlockChangeEvent.Break
,BlockChangeEvent.Break.Mid
,BlockChangeEvent.Break.Mid.ByExplosion
,BlockChangeEvent.Break.Post
,BlockChangeEvent.Break.Post.ByPlayer
,BlockChangeEvent.Break.Pre
,BlockChangeEvent.Break.Pre.ByExplosion
,BlockChangeEvent.Break.Pre.ByPlayer
,BlockChangeEvent.Place
,BlockChangeEvent.Place.ByPlayer
,BlockChangeEvent.Place.Post
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Methods inherited from interface org.core.world.position.Positionable
getPosition
-
Method Details
-
getBeforeState
BlockDetails getBeforeState() -
getAfterState
BlockDetails getAfterState()
-