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