Package net.minecraft.entity.passive
Class FoxEntity.BaseGoal
- java.lang.Object
-
- net.minecraft.entity.ai.goal.Goal
-
- net.minecraft.entity.passive.FoxEntity.BaseGoal
-
- Direct Known Subclasses:
FoxEntity.SitAndLookGoal
,FoxEntity.SleepGoal
- Enclosing class:
- FoxEntity
abstract class FoxEntity.BaseGoal extends Goal
-
-
Field Summary
Fields Modifier and Type Field Description private EntityPredicate
alertableTargeting
-
Constructor Summary
Constructors Modifier Constructor Description private
BaseGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
alertable()
protected boolean
hasShelter()
-
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canContinueToUse, canUse, getFlags, isInterruptable, setFlags, start, stop, tick, toString
-
-
-
-
Field Detail
-
alertableTargeting
private final EntityPredicate alertableTargeting
-
-