Package net.minecraft.entity.passive
Class TurtleEntity.TurtleEscapeDangerGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.EscapeDangerGoal
net.minecraft.entity.passive.TurtleEntity.TurtleEscapeDangerGoal
- Enclosing class:
 TurtleEntity
- Mappings:
 Namespace Name named net/minecraft/entity/passive/TurtleEntity$TurtleEscapeDangerGoalintermediary net/minecraft/class_1481$class_1487official clc$f
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control - 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.EscapeDangerGoal
findTarget, isActive, isInDanger, locateClosestWater, shouldContinue, start, stopMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldRunEveryTick, tick, toGoalTicks, toString 
- 
Constructor Details
- 
TurtleEscapeDangerGoal
TurtleEscapeDangerGoal(TurtleEntity turtle, double speed) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/entity/passive/TurtleEntity$TurtleEscapeDangerGoal;<init>(Lnet/minecraft/entity/passive/TurtleEntity;D)Vintermediary <init>Lnet/minecraft/class_1481$class_1487;<init>(Lnet/minecraft/class_1481;D)Vofficial <init>Lclc$f;<init>(Lclc;D)V
 
 - 
 - 
Method Details
- 
canStart
public boolean canStart()- Overrides:
 canStartin classEscapeDangerGoal- Mappings:
 Namespace Name Mixin selector named canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Zintermediary method_6264Lnet/minecraft/class_1352;method_6264()Zofficial bLcfb;b()Z
 
 -