Package net.minecraft.entity.passive
Class SquidEntity.MoveRandomGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.passive.SquidEntity.MoveRandomGoal
-
- Enclosing class:
- SquidEntity
class SquidEntity.MoveRandomGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private SquidEntity
squid
-
Constructor Summary
Constructors Constructor Description MoveRandomGoal(SquidEntity p_i48823_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canUse()
void
tick()
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canContinueToUse, getFlags, isInterruptable, setFlags, start, stop, toString
-
-
-
-
Field Detail
-
squid
private final SquidEntity squid
-
-
Constructor Detail
-
MoveRandomGoal
public MoveRandomGoal(SquidEntity p_i48823_2_)
-
-