Package noppes.npcs.api.event
Interface IBlockEvent
-
- All Superinterfaces:
ICustomNPCsEvent
- All Known Subinterfaces:
IBlockEvent.BreakEvent,IBlockEvent.ClickedEvent,IBlockEvent.CollidedEvent,IBlockEvent.EntityFallenUponEvent,IBlockEvent.ExplodedEvent,IBlockEvent.HarvestedEvent,IBlockEvent.InitEvent,IBlockEvent.InteractEvent,IBlockEvent.NeighborChangedEvent,IBlockEvent.RainFillEvent,IBlockEvent.RedstoneEvent,IBlockEvent.TimerEvent,IBlockEvent.UpdateEvent
public interface IBlockEvent extends ICustomNPCsEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIBlockEvent.BreakEventstatic interfaceIBlockEvent.ClickedEventstatic interfaceIBlockEvent.CollidedEventstatic interfaceIBlockEvent.EntityFallenUponEventstatic interfaceIBlockEvent.ExplodedEventstatic interfaceIBlockEvent.HarvestedEventstatic interfaceIBlockEvent.InitEventstatic interfaceIBlockEvent.InteractEventstatic interfaceIBlockEvent.NeighborChangedEventstatic interfaceIBlockEvent.RainFillEventstatic interfaceIBlockEvent.RedstoneEventstatic interfaceIBlockEvent.TimerEventstatic interfaceIBlockEvent.UpdateEvent-
Nested classes/interfaces inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
ICustomNPCsEvent.CNPCNaturalSpawnEvent, ICustomNPCsEvent.ScriptedCommandEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IBlockgetBlock()-
Methods inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
getHookName
-
-
-
-
Method Detail
-
getBlock
IBlock getBlock()
-
-