Package net.minecraft.entity.passive
Class FoxEntity.DelayedCalmDownGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.passive.FoxEntity.CalmDownGoal
net.minecraft.entity.passive.FoxEntity.DelayedCalmDownGoal
- Enclosing class:
 FoxEntity
- Mappings:
 Namespace Name named net/minecraft/entity/passive/FoxEntity$DelayedCalmDownGoalintermediary net/minecraft/class_4019$class_4037official cms$t
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.entity.passive.FoxEntity.CalmDownGoal
canCalmDown, isAtFavoredLocationMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldRunEveryTick, tick, toGoalTicks, toString 
- 
Field Details
- 
MAX_CALM_DOWN_TIME
private static final int MAX_CALM_DOWN_TIME- Mappings:
 Namespace Name Mixin selector named MAX_CALM_DOWN_TIMELnet/minecraft/entity/passive/FoxEntity$DelayedCalmDownGoal;MAX_CALM_DOWN_TIME:Iintermediary field_30337Lnet/minecraft/class_4019$class_4037;field_30337:Iofficial cLcms$t;c:I
 - 
timer
private int timer- Mappings:
 Namespace Name Mixin selector named timerLnet/minecraft/entity/passive/FoxEntity$DelayedCalmDownGoal;timer:Iintermediary field_17994Lnet/minecraft/class_4019$class_4037;field_17994:Iofficial dLcms$t;d:I
 
 - 
 - 
Constructor Details
- 
DelayedCalmDownGoal
public DelayedCalmDownGoal() 
 - 
 - 
Method Details
- 
canStart
public boolean canStart() - 
shouldContinue
public boolean shouldContinue()- Overrides:
 shouldContinuein classGoal- Mappings:
 Namespace Name Mixin selector named shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Zofficial cLchi;c()Z
 - 
canNotCalmDown
private boolean canNotCalmDown()- Mappings:
 Namespace Name Mixin selector named canNotCalmDownLnet/minecraft/entity/passive/FoxEntity$DelayedCalmDownGoal;canNotCalmDown()Zintermediary method_18432Lnet/minecraft/class_4019$class_4037;method_18432()Zofficial kLcms$t;k()Z
 - 
stop
public void stop() - 
start
public void start() 
 -