Package net.minecraft.entity.ai.goal
Class EscapeDangerGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.EscapeDangerGoal
- Direct Known Subclasses:
FoxEntity.EscapeWhenNotAggressiveGoal,PandaEntity.PandaEscapeDangerGoal,PolarBearEntity.PolarBearEscapeDangerGoal,RabbitEntity.EscapeDangerGoal,TurtleEntity.TurtleEscapeDangerGoal,WolfEntity.WolfEscapeDangerGoal
- Mappings:
Namespace Name named net/minecraft/entity/ai/goal/EscapeDangerGoalintermediary net/minecraft/class_1374official cbi
-
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.ai.goal.Goal
canStop, getControls, getTickCount, setControls, shouldRunEveryTick, tick, toGoalTicks, toString
-
Field Details
-
RANGE_Y
public static final int RANGE_Y- See Also:
- Mappings:
Namespace Name Mixin selector named RANGE_YLnet/minecraft/entity/ai/goal/EscapeDangerGoal;RANGE_Y:Iintermediary field_36271Lnet/minecraft/class_1374;field_36271:Iofficial aLcbi;a:I
-
mob
- Mappings:
Namespace Name Mixin selector named mobLnet/minecraft/entity/ai/goal/EscapeDangerGoal;mob:Lnet/minecraft/entity/mob/PathAwareEntity;intermediary field_6549Lnet/minecraft/class_1374;field_6549:Lnet/minecraft/class_1314;official bLcbi;b:Lbua;
-
speed
protected final double speed- Mappings:
Namespace Name Mixin selector named speedLnet/minecraft/entity/ai/goal/EscapeDangerGoal;speed:Dintermediary field_6548Lnet/minecraft/class_1374;field_6548:Dofficial cLcbi;c:D
-
targetX
protected double targetX- Mappings:
Namespace Name Mixin selector named targetXLnet/minecraft/entity/ai/goal/EscapeDangerGoal;targetX:Dintermediary field_6547Lnet/minecraft/class_1374;field_6547:Dofficial dLcbi;d:D
-
targetY
protected double targetY- Mappings:
Namespace Name Mixin selector named targetYLnet/minecraft/entity/ai/goal/EscapeDangerGoal;targetY:Dintermediary field_6546Lnet/minecraft/class_1374;field_6546:Dofficial eLcbi;e:D
-
targetZ
protected double targetZ- Mappings:
Namespace Name Mixin selector named targetZLnet/minecraft/entity/ai/goal/EscapeDangerGoal;targetZ:Dintermediary field_6550Lnet/minecraft/class_1374;field_6550:Dofficial fLcbi;f:D
-
active
protected boolean active- Mappings:
Namespace Name Mixin selector named activeLnet/minecraft/entity/ai/goal/EscapeDangerGoal;active:Zintermediary field_23227Lnet/minecraft/class_1374;field_23227:Zofficial gLcbi;g:Z
-
-
Constructor Details
-
EscapeDangerGoal
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/entity/ai/goal/EscapeDangerGoal;<init>(Lnet/minecraft/entity/mob/PathAwareEntity;D)Vintermediary <init>Lnet/minecraft/class_1374;<init>(Lnet/minecraft/class_1314;D)Vofficial <init>Lcbi;<init>(Lbua;D)V
-
-
Method Details
-
canStart
public boolean canStart() -
isInDanger
protected boolean isInDanger()- Mappings:
Namespace Name Mixin selector named isInDangerLnet/minecraft/entity/ai/goal/EscapeDangerGoal;isInDanger()Zintermediary method_40072Lnet/minecraft/class_1374;method_40072()Zofficial hLcbi;h()Z
-
findTarget
protected boolean findTarget()- Mappings:
Namespace Name Mixin selector named findTargetLnet/minecraft/entity/ai/goal/EscapeDangerGoal;findTarget()Zintermediary method_6301Lnet/minecraft/class_1374;method_6301()Zofficial iLcbi;i()Z
-
isActive
public boolean isActive()- Mappings:
Namespace Name Mixin selector named isActiveLnet/minecraft/entity/ai/goal/EscapeDangerGoal;isActive()Zintermediary method_26337Lnet/minecraft/class_1374;method_26337()Zofficial kLcbi;k()Z
-
start
public void start() -
stop
public void stop() -
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 bLcap;b()Z
-
locateClosestWater
@Nullable protected @Nullable BlockPos locateClosestWater(BlockView world, Entity entity, int rangeX) - Mappings:
Namespace Name Mixin selector named locateClosestWaterLnet/minecraft/entity/ai/goal/EscapeDangerGoal;locateClosestWater(Lnet/minecraft/world/BlockView;Lnet/minecraft/entity/Entity;I)Lnet/minecraft/util/math/BlockPos;intermediary method_6300Lnet/minecraft/class_1374;method_6300(Lnet/minecraft/class_1922;Lnet/minecraft/class_1297;I)Lnet/minecraft/class_2338;official aLcbi;a(Ldbg;Lbsw;I)Liz;
-