Package net.minecraft.entity.passive
Class PandaEntity.SitGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.passive.PandaEntity.SitGoal
-
- Enclosing class:
- PandaEntity
class PandaEntity.SitGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private int
cooldown
-
Constructor Summary
Constructors Constructor Description SitGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canContinueToUse()
boolean
canUse()
void
start()
void
stop()
void
tick()
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
getFlags, isInterruptable, setFlags, toString
-
-
-
-
Method Detail
-
canContinueToUse
public boolean canContinueToUse()
- Overrides:
canContinueToUse
in classGoal
-
-