public class MovePoiInstruction extends PonderInstruction
| Constructor and Description |
|---|
MovePoiInstruction(net.minecraft.util.math.vector.Vector3d poi) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isComplete() |
void |
tick(PonderScene scene) |
isBlocking, onScheduled, reset, simplepublic MovePoiInstruction(net.minecraft.util.math.vector.Vector3d poi)
public boolean isComplete()
isComplete in class PonderInstructionpublic void tick(PonderScene scene)
tick in class PonderInstruction