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 int
nextLieOnBackAge
private PandaEntity
panda
-
Constructor Summary
Constructors Constructor Description LieOnBackGoal(PandaEntity panda)
-
Method Summary
Modifier and Type Method Description boolean
canStart()
boolean
shouldContinue()
void
start()
void
stop()
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