Package net.minecraft.entity.passive
Class FoxEntity.FindShelterGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.ai.goal.FleeSunGoal
-
- net.minecraft.entity.passive.FoxEntity.FindShelterGoal
-
- Enclosing class:
- FoxEntity
class FoxEntity.FindShelterGoal extends FleeSunGoal
-
-
Field Summary
Fields Modifier and Type Field Description private int
interval
-
Fields inherited from class net.minecraft.entity.ai.goal.FleeSunGoal
mob
-
-
Constructor Summary
Constructors Constructor Description FindShelterGoal(double p_i50724_2_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canUse()
void
start()
-
Methods inherited from class net.minecraft.entity.ai.goal.FleeSunGoal
canContinueToUse, getHidePos, setWantedPos
-
-
-
-
Method Detail
-
canUse
public boolean canUse()
- Overrides:
canUse
in classFleeSunGoal
-
start
public void start()
- Overrides:
start
in classFleeSunGoal
-
-