Class SpecialVariableRetrievalEvent
java.lang.Object
net.minecraftforge.eventbus.api.Event
me.desht.pneumaticcraft.api.drone.SpecialVariableRetrievalEvent
- Direct Known Subclasses:
SpecialVariableRetrievalEvent.CoordinateVariable,SpecialVariableRetrievalEvent.ItemVariable
public abstract class SpecialVariableRetrievalEvent
extends net.minecraftforge.eventbus.api.Event
Fired when a Drone is trying to get a special coordinate, by accessing a variable with '$' prefix.
These event are posted on the MinecraftForge.EVENT_BUS.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from class net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringThe special variable name, with the '$' stripped away. -
Method Summary
Methods inherited from class net.minecraftforge.eventbus.api.Event
getListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup
-
Field Details
-
specialVarName
The special variable name, with the '$' stripped away.
-