class SquidEntity.SwimGoal extends Goal
Goal.Control
Modifier and Type | Field and Description |
---|---|
private SquidEntity |
squid |
Constructor and Description |
---|
SwimGoal(SquidEntity squid) |
Modifier and Type | Method and Description |
---|---|
boolean |
canStart() |
void |
tick() |
canStop, getControls, setControls, shouldContinue, start, stop, toString
private final SquidEntity squid
public SwimGoal(SquidEntity squid)