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 interface
IBlockEvent.BreakEvent
static interface
IBlockEvent.ClickedEvent
static interface
IBlockEvent.CollidedEvent
static interface
IBlockEvent.EntityFallenUponEvent
static interface
IBlockEvent.ExplodedEvent
static interface
IBlockEvent.HarvestedEvent
static interface
IBlockEvent.InitEvent
static interface
IBlockEvent.InteractEvent
static interface
IBlockEvent.NeighborChangedEvent
static interface
IBlockEvent.RainFillEvent
static interface
IBlockEvent.RedstoneEvent
static interface
IBlockEvent.TimerEvent
static interface
IBlockEvent.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 IBlock
getBlock()
-
Methods inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
getHookName
-
-
-
-
Method Detail
-
getBlock
IBlock getBlock()
-
-