Package net.minecraft.entity.passive
Class TurtleEntity.WanderOnLandGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.WanderAroundGoal
net.minecraft.entity.passive.TurtleEntity.WanderOnLandGoal
- Enclosing class:
 TurtleEntity
- Mappings:
 Namespace Name named net/minecraft/entity/passive/TurtleEntity$WanderOnLandGoalintermediary net/minecraft/class_1481$class_1489official cia$h
- 
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control - 
Field Summary
FieldsFields inherited from class net.minecraft.entity.ai.goal.WanderAroundGoal
chance, DEFAULT_CHANCE, ignoringChance, mob, speed, targetX, targetY, targetZ - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.WanderAroundGoal
getWanderTarget, ignoreChanceOnce, setChance, shouldContinue, start, stopMethods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, castToServerWorld, getControls, getServerWorld, getTickCount, setControls, shouldRunEveryTick, tick, toGoalTicks, toString 
- 
Field Details
- 
turtle
- Mappings:
 Namespace Name Mixin selector named turtleLnet/minecraft/entity/passive/TurtleEntity$WanderOnLandGoal;turtle:Lnet/minecraft/entity/passive/TurtleEntity;intermediary field_6934Lnet/minecraft/class_1481$class_1489;field_6934:Lnet/minecraft/class_1481;official iLcia$h;i:Lcia;
 
 - 
 - 
Constructor Details
- 
WanderOnLandGoal
WanderOnLandGoal(TurtleEntity turtle, double speed, int chance) - Mappings:
 Namespace Name Mixin selector named <init>Lnet/minecraft/entity/passive/TurtleEntity$WanderOnLandGoal;<init>(Lnet/minecraft/entity/passive/TurtleEntity;DI)Vintermediary <init>Lnet/minecraft/class_1481$class_1489;<init>(Lnet/minecraft/class_1481;DI)Vofficial <init>Lcia$h;<init>(Lcia;DI)V
 
 - 
 - 
Method Details
- 
canStart
public boolean canStart()- Overrides:
 canStartin classWanderAroundGoal- Mappings:
 Namespace Name Mixin selector named canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Zintermediary method_6264Lnet/minecraft/class_1352;method_6264()Zofficial bLccg;b()Z
 
 -