Package noppes.npcs.api.event
Interface IBlockEvent.EntityFallenUponEvent
-
- All Superinterfaces:
IBlockEvent
,ICustomNPCsEvent
- Enclosing interface:
- IBlockEvent
public static interface IBlockEvent.EntityFallenUponEvent 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description float
getDistanceFallen()
IEntity
getEntity()
-
Methods inherited from interface noppes.npcs.api.event.IBlockEvent
getBlock
-
Methods inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
getHookName
-
-
-
-
Method Detail
-
getEntity
IEntity getEntity()
-
getDistanceFallen
float getDistanceFallen()
-
-