public interface ITickableNode
Modifier and Type | Interface and Description |
---|---|
static interface |
ITickableNode.Source |
Modifier and Type | Method and Description |
---|---|
void |
refresh()
Called at any time
|
void |
tick()
Called once every minecraft tick.
|