Package noppes.npcs.api.event
Interface IBlockEvent.BreakEvent
-
- All Superinterfaces:
IBlockEvent
,ICustomNPCsEvent
- Enclosing interface:
- IBlockEvent
public static interface IBlockEvent.BreakEvent extends IBlockEvent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface noppes.npcs.api.event.IBlockEvent
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
-
Nested classes/interfaces inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
ICustomNPCsEvent.CNPCNaturalSpawnEvent, ICustomNPCsEvent.ScriptedCommandEvent
-
-
Method Summary
-
Methods inherited from interface noppes.npcs.api.event.IBlockEvent
getBlock
-
Methods inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
getHookName
-
-