Package net.minecraft.entity.passive
Class SquidEntity.EscapeAttackerGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.SquidEntity.EscapeAttackerGoal
- Enclosing class:
- SquidEntity
class SquidEntity.EscapeAttackerGoal extends Goal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
Fields Modifier and Type Field Description private int
timer
-
Constructor Summary
Constructors Modifier Constructor Description private
EscapeAttackerGoal()
-
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, shouldContinue, stop, toString
-
Field Details
-
timer
private int timer
-
-
Constructor Details
-
EscapeAttackerGoal
private EscapeAttackerGoal()
-
-
Method Details