Package net.minecraft.entity.passive
Class PandaEntity.RollGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.passive.PandaEntity.RollGoal
-
- Enclosing class:
- PandaEntity
static class PandaEntity.RollGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private PandaEntitypanda
-
Constructor Summary
Constructors Constructor Description RollGoal(PandaEntity p_i51452_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanContinueToUse()booleancanUse()booleanisInterruptable()voidstart()
-
-
-
Field Detail
-
panda
private final PandaEntity panda
-
-
Constructor Detail
-
RollGoal
public RollGoal(PandaEntity p_i51452_1_)
-
-
Method Detail
-
canContinueToUse
public boolean canContinueToUse()
- Overrides:
canContinueToUsein classGoal
-
isInterruptable
public boolean isInterruptable()
- Overrides:
isInterruptablein classGoal
-
-