Package net.minecraft.entity.passive
Class RabbitEntity.PanicGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.ai.goal.PanicGoal
-
- net.minecraft.entity.passive.RabbitEntity.PanicGoal
-
- Enclosing class:
- RabbitEntity
static class RabbitEntity.PanicGoal extends PanicGoal
-
-
Field Summary
Fields Modifier and Type Field Description private RabbitEntity
rabbit
-
Constructor Summary
Constructors Constructor Description PanicGoal(RabbitEntity p_i45861_1_, double p_i45861_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
tick()
-
Methods inherited from class net.minecraft.entity.ai.goal.PanicGoal
canContinueToUse, canUse, findRandomPosition, isRunning, lookForWater, start, stop
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
getFlags, isInterruptable, setFlags, toString
-
-
-
-
Field Detail
-
rabbit
private final RabbitEntity rabbit
-
-
Constructor Detail
-
PanicGoal
public PanicGoal(RabbitEntity p_i45861_1_, double p_i45861_2_)
-
-