public class NodeStateful.Instance extends java.lang.Object implements ITickableNode
ITickableNode.Source
Modifier and Type | Field and Description |
---|---|
IVariableNode |
storedLast |
IVariableNode |
storedVar |
Modifier and Type | Method and Description |
---|---|
NodeStateful |
getContainer() |
void |
refresh()
Called at any time
|
void |
tick()
Called once every minecraft tick.
|
public final IVariableNode storedVar
public final IVariableNode storedLast
public NodeStateful getContainer()
public void refresh()
ITickableNode
refresh
in interface ITickableNode
public void tick()
ITickableNode
tick
in interface ITickableNode