Package net.minecraft.entity.passive
Class PandaEntity.LieOnBackGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.PandaEntity.LieOnBackGoal
- Enclosing class:
- PandaEntity
static class PandaEntity.LieOnBackGoal 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 intnextLieOnBackAgeprivate PandaEntitypanda -
Constructor Summary
Constructors Constructor Description LieOnBackGoal(PandaEntity panda) -
Method Summary
Modifier and Type Method Description booleancanStart()booleanshouldContinue()voidstart()voidstop()Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, tick, toString
-
Field Details
-
panda
-
nextLieOnBackAge
private int nextLieOnBackAge
-
-
Constructor Details
-
LieOnBackGoal
-
-
Method Details