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 official byz$h
intermediary net/minecraft/class_1481$class_1489
named 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 inherited from class net.minecraft.entity.ai.goal.WanderAroundGoal
chance, DEFAULT_CHANCE, ignoringChance, mob, speed, targetX, targetY, targetZ
-
Constructor Summary
-
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.WanderAroundGoal
getWanderTarget, ignoreChanceOnce, setChance, shouldContinue, start, stop
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, shouldRunEveryTick, tick, toGoalTicks, toString
-
Field Details
-
turtle
- Mappings:
Namespace Name Mixin selector official i
Lbyz$h;i:Lbyz;
intermediary field_6934
Lnet/minecraft/class_1481$class_1489;field_6934:Lnet/minecraft/class_1481;
named turtle
Lnet/minecraft/entity/passive/TurtleEntity$WanderOnLandGoal;turtle:Lnet/minecraft/entity/passive/TurtleEntity;
-
-
Constructor Details
-
WanderOnLandGoal
WanderOnLandGoal(TurtleEntity turtle, double speed, int chance) - Mappings:
Namespace Name Mixin selector official <init>
Lbyz$h;<init>(Lbyz;DI)V
intermediary <init>
Lnet/minecraft/class_1481$class_1489;<init>(Lnet/minecraft/class_1481;DI)V
named <init>
Lnet/minecraft/entity/passive/TurtleEntity$WanderOnLandGoal;<init>(Lnet/minecraft/entity/passive/TurtleEntity;DI)V
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStart
in classWanderAroundGoal
- Mappings:
Namespace Name Mixin selector official a
Lbth;a()Z
intermediary method_6264
Lnet/minecraft/class_1352;method_6264()Z
named canStart
Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
-