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 class
brokenstatic class
clickedstatic class
collidestatic class
doorTogglestatic class
fallenUponstatic class
explodedstatic class
harvestedstatic class
initstatic class
interactstatic class
neighborChangedstatic class
rainFilledstatic class
redstonestatic class
timerstatic class
tickNested 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
-