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
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Methods inherited from interface org.core.world.position.Positionable
getPosition
-
Method Details
-
getBeforeState
BlockDetails getBeforeState() -
getAfterState
BlockDetails getAfterState()
-