Package net.minecraft.entity.passive
Class FoxEntity.StrollGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.ai.goal.MoveThroughVillageAtNightGoal
-
- net.minecraft.entity.passive.FoxEntity.StrollGoal
-
- Enclosing class:
- FoxEntity
class FoxEntity.StrollGoal extends MoveThroughVillageAtNightGoal
-
-
Constructor Summary
Constructors Constructor Description StrollGoal(int p_i50726_2_, int p_i50726_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canContinueToUse()
private boolean
canFoxMove()
boolean
canUse()
void
start()
-
Methods inherited from class net.minecraft.entity.ai.goal.MoveThroughVillageAtNightGoal
tick
-
-
-
-
Method Detail
-
canUse
public boolean canUse()
- Overrides:
canUse
in classMoveThroughVillageAtNightGoal
-
canContinueToUse
public boolean canContinueToUse()
- Overrides:
canContinueToUse
in classMoveThroughVillageAtNightGoal
-
canFoxMove
private boolean canFoxMove()
-
-