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
static class TurtleEntity.WanderOnLandGoal extends WanderAroundGoal
- Mappings:
Namespace Name official bci$hintermediary net/minecraft/class_1481$class_1489named net/minecraft/entity/passive/TurtleEntity$WanderOnLandGoal
-
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 TurtleEntityturtleFields inherited from class net.minecraft.entity.ai.goal.WanderAroundGoal
chance, ignoringChance, mob, speed, targetX, targetY, targetZ -
Constructor Summary
Constructors Modifier Constructor Description privateWanderOnLandGoal(TurtleEntity turtle, double speed, int chance) -
Method Summary
Modifier and Type Method Description booleancanStart()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, getControls, setControls, tick, toString
-
Field Details
-
turtle
- Mappings:
Namespace Name Mixin selector official hLbci$h;h:Lbci;intermediary field_6934Lnet/minecraft/class_1481$class_1489;field_6934:Lnet/minecraft/class_1481;named turtleLnet/minecraft/entity/passive/TurtleEntity$WanderOnLandGoal;turtle:Lnet/minecraft/entity/passive/TurtleEntity;
-
-
Constructor Details
-
WanderOnLandGoal
- Mappings:
Namespace Name Mixin selector official <init>Lbci$h;<init>(Lbci;DI)Vintermediary <init>Lnet/minecraft/class_1481$class_1489;<init>(Lnet/minecraft/class_1481;DI)Vnamed <init>Lnet/minecraft/entity/passive/TurtleEntity$WanderOnLandGoal;<init>(Lnet/minecraft/entity/passive/TurtleEntity;DI)V
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStartin classWanderAroundGoal- Mappings:
Namespace Name Mixin selector official aLawx;a()Zintermediary method_6264Lnet/minecraft/class_1352;method_6264()Znamed canStartLnet/minecraft/entity/ai/goal/Goal;canStart()Z
-