public class LineInstruction extends TickingInstruction
remainingTicks, totalTicks| Constructor and Description |
|---|
LineInstruction(PonderPalette color,
net.minecraft.util.math.vector.Vector3d start,
net.minecraft.util.math.vector.Vector3d end,
int ticks) |
| Modifier and Type | Method and Description |
|---|---|
void |
tick(PonderScene scene) |
firstTick, isBlocking, isComplete, onScheduled, resetsimplepublic LineInstruction(PonderPalette color, net.minecraft.util.math.vector.Vector3d start, net.minecraft.util.math.vector.Vector3d end, int ticks)
public void tick(PonderScene scene)
tick in class TickingInstruction