Package noppes.npcs.api.event
Interface IBlockEvent.NeighborChangedEvent
-
- All Superinterfaces:
IBlockEvent
,ICustomNPCsEvent
- Enclosing interface:
- IBlockEvent
public static interface IBlockEvent.NeighborChangedEvent 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 IPos
getChangedPos()
-
Methods inherited from interface noppes.npcs.api.event.IBlockEvent
getBlock
-
Methods inherited from interface noppes.npcs.api.event.ICustomNPCsEvent
getHookName
-
-
-
-
Method Detail
-
getChangedPos
IPos getChangedPos()
-
-