Package noppes.npcs.api.event
Class BlockEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
noppes.npcs.api.event.CustomNPCsEvent
noppes.npcs.api.event.BlockEvent
- Direct Known Subclasses:
BlockEvent.BreakEvent,BlockEvent.ClickedEvent,BlockEvent.CollidedEvent,BlockEvent.DoorToggleEvent,BlockEvent.EntityFallenUponEvent,BlockEvent.ExplodedEvent,BlockEvent.HarvestedEvent,BlockEvent.InitEvent,BlockEvent.InteractEvent,BlockEvent.NeighborChangedEvent,BlockEvent.RainFillEvent,BlockEvent.RedstoneEvent,BlockEvent.TimerEvent,BlockEvent.UpdateEvent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classbrokenstatic classclickedstatic classcollidestatic classdoorTogglestatic classfallenUponstatic classexplodedstatic classharvestedstatic classinitstatic classinteractstatic classneighborChangedstatic classrainFilledstatic classredstonestatic classtimerstatic classtickNested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result -
Field Summary
FieldsFields inherited from class noppes.npcs.api.event.CustomNPCsEvent
API -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
Field Details
-
block
-
-
Constructor Details
-
BlockEvent
-