Package net.minecraft.entity.passive
Class WolfEntity.WolfEscapeDangerGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.EscapeDangerGoal
net.minecraft.entity.passive.WolfEntity.WolfEscapeDangerGoal
- Enclosing class:
WolfEntity
- Mappings:
Namespace Name official bzb$b
intermediary net/minecraft/class_1493$class_6859
named net/minecraft/entity/passive/WolfEntity$WolfEscapeDangerGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.EscapeDangerGoal
canStart, findTarget, isActive, locateClosestWater, shouldContinue, start, stop
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, shouldRunEveryTick, tick, toGoalTicks, toString
-
Constructor Details
-
WolfEscapeDangerGoal
public WolfEscapeDangerGoal(double speed) - Mappings:
Namespace Name Mixin selector official <init>
Lbzb$b;<init>(Lbzb;D)V
intermediary <init>
Lnet/minecraft/class_1493$class_6859;<init>(Lnet/minecraft/class_1493;D)V
named <init>
Lnet/minecraft/entity/passive/WolfEntity$WolfEscapeDangerGoal;<init>(Lnet/minecraft/entity/passive/WolfEntity;D)V
-
-
Method Details
-
isInDanger
protected boolean isInDanger()- Overrides:
isInDanger
in classEscapeDangerGoal
- Mappings:
Namespace Name Mixin selector official h
Lbua;h()Z
intermediary method_40072
Lnet/minecraft/class_1374;method_40072()Z
named isInDanger
Lnet/minecraft/entity/ai/goal/EscapeDangerGoal;isInDanger()Z
-