Package net.minecraft.entity.passive
Class FoxEntity.JumpGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.passive.FoxEntity.JumpGoal
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intcountdown
-
Constructor Summary
Constructors Constructor Description JumpGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanContinueToUse()booleancanUse()voidstart()voidstop()voidtick()-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
getFlags, isInterruptable, setFlags, toString
-
-
-
-
Method Detail
-
canContinueToUse
public boolean canContinueToUse()
- Overrides:
canContinueToUsein classGoal
-
-