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
class FoxEntity.DelayedCalmDownGoal extends FoxEntity.CalmDownGoal
- Mappings:
Namespace Name official bbs$tintermediary net/minecraft/class_4019$class_4037named net/minecraft/entity/passive/FoxEntity$DelayedCalmDownGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
Fields Modifier and Type Field Description private inttimer -
Constructor Summary
Constructors Constructor Description DelayedCalmDownGoal() -
Method Summary
Modifier and Type Method Description private booleancanNotCalmDown()booleancanStart()booleanshouldContinue()voidstart()voidstop()Methods inherited from class net.minecraft.entity.passive.FoxEntity.CalmDownGoal
canCalmDown, isAtFavoredLocationMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, tick, toString
-
Field Details
-
timer
private int timer- Mappings:
Namespace Name Mixin selector official cLbbs$t;c:Iintermediary field_17994Lnet/minecraft/class_4019$class_4037;field_17994:Inamed timerLnet/minecraft/entity/passive/FoxEntity$DelayedCalmDownGoal;timer:I
-
-
Constructor Details
-
DelayedCalmDownGoal
public DelayedCalmDownGoal()
-
-
Method Details
-
canStart
public boolean canStart() -
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classGoal- Mappings:
Namespace Name Mixin selector official bLawx;b()Zintermediary method_6266Lnet/minecraft/class_1352;method_6266()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
canNotCalmDown
private boolean canNotCalmDown()- Mappings:
Namespace Name Mixin selector official jLbbs$t;j()Zintermediary method_18432Lnet/minecraft/class_4019$class_4037;method_18432()Znamed canNotCalmDownLnet/minecraft/entity/passive/FoxEntity$DelayedCalmDownGoal;canNotCalmDown()Z
-
stop
public void stop() -
start
public void start()
-