Package net.minecraft.entity.passive
Class RabbitEntity.EscapeDangerGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.EscapeDangerGoal
net.minecraft.entity.passive.RabbitEntity.EscapeDangerGoal
- Enclosing class:
- RabbitEntity
static class RabbitEntity.EscapeDangerGoal extends EscapeDangerGoal
-
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 RabbitEntityrabbit -
Constructor Summary
Constructors Constructor Description EscapeDangerGoal(RabbitEntity rabbit, double speed) -
Method Summary
Modifier and Type Method Description voidtick()Methods inherited from class net.minecraft.entity.ai.goal.EscapeDangerGoal
canStart, findTarget, isActive, locateClosestWater, shouldContinue, start, stopMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, toString