Package net.minecraft.entity.ai.goal
Class WanderAroundGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.WanderAroundGoal
- Direct Known Subclasses:
IronGolemWanderAroundGoal,SilverfishEntity.WanderAndInfestGoal,SwimAroundGoal,TurtleEntity.WanderOnLandGoal,WanderAroundFarGoal,WanderAroundPointOfInterestGoal
- Mappings:
Namespace Name intermediary net/minecraft/class_1379official bnqnamed net/minecraft/entity/ai/goal/WanderAroundGoal
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.entity.ai.goal.Goal
Goal.Control -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final booleanprotected intstatic final intprotected booleanprotected final PathAwareEntityprotected final doubleprotected doubleprotected doubleprotected double -
Constructor Summary
ConstructorsConstructorDescriptionWanderAroundGoal(PathAwareEntity mob, double speed) WanderAroundGoal(PathAwareEntity mob, double speed, int chance) WanderAroundGoal(PathAwareEntity entity, double speed, int chance, boolean canDespawn) -
Method Summary
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, getTickCount, setControls, shouldRunEveryTick, tick, toGoalTicks, toString
-
Field Details
-
DEFAULT_CHANCE
public static final int DEFAULT_CHANCE- See Also:
- Mappings:
Namespace Name Mixin selector intermediary field_30226Lnet/minecraft/class_1379;field_30226:Iofficial aLbnq;a:Inamed DEFAULT_CHANCELnet/minecraft/entity/ai/goal/WanderAroundGoal;DEFAULT_CHANCE:I
-
mob
- Mappings:
Namespace Name Mixin selector intermediary field_6566Lnet/minecraft/class_1379;field_6566:Lnet/minecraft/class_1314;official bLbnq;b:Lbgg;named mobLnet/minecraft/entity/ai/goal/WanderAroundGoal;mob:Lnet/minecraft/entity/mob/PathAwareEntity;
-
targetX
protected double targetX- Mappings:
Namespace Name Mixin selector intermediary field_6563Lnet/minecraft/class_1379;field_6563:Dofficial cLbnq;c:Dnamed targetXLnet/minecraft/entity/ai/goal/WanderAroundGoal;targetX:D
-
targetY
protected double targetY- Mappings:
Namespace Name Mixin selector intermediary field_6562Lnet/minecraft/class_1379;field_6562:Dofficial dLbnq;d:Dnamed targetYLnet/minecraft/entity/ai/goal/WanderAroundGoal;targetY:D
-
targetZ
protected double targetZ- Mappings:
Namespace Name Mixin selector intermediary field_6561Lnet/minecraft/class_1379;field_6561:Dofficial eLbnq;e:Dnamed targetZLnet/minecraft/entity/ai/goal/WanderAroundGoal;targetZ:D
-
speed
protected final double speed- Mappings:
Namespace Name Mixin selector intermediary field_6567Lnet/minecraft/class_1379;field_6567:Dofficial fLbnq;f:Dnamed speedLnet/minecraft/entity/ai/goal/WanderAroundGoal;speed:D
-
chance
protected int chance- Mappings:
Namespace Name Mixin selector intermediary field_6564Lnet/minecraft/class_1379;field_6564:Iofficial gLbnq;g:Inamed chanceLnet/minecraft/entity/ai/goal/WanderAroundGoal;chance:I
-
ignoringChance
protected boolean ignoringChance- Mappings:
Namespace Name Mixin selector intermediary field_6565Lnet/minecraft/class_1379;field_6565:Zofficial hLbnq;h:Znamed ignoringChanceLnet/minecraft/entity/ai/goal/WanderAroundGoal;ignoringChance:Z
-
canDespawn
private final boolean canDespawn- Mappings:
Namespace Name Mixin selector intermediary field_24463Lnet/minecraft/class_1379;field_24463:Zofficial iLbnq;i:Znamed canDespawnLnet/minecraft/entity/ai/goal/WanderAroundGoal;canDespawn:Z
-
-
Constructor Details
-
WanderAroundGoal
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_1379;<init>(Lnet/minecraft/class_1314;D)Vofficial <init>Lbnq;<init>(Lbgg;D)Vnamed <init>Lnet/minecraft/entity/ai/goal/WanderAroundGoal;<init>(Lnet/minecraft/entity/mob/PathAwareEntity;D)V
-
WanderAroundGoal
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_1379;<init>(Lnet/minecraft/class_1314;DI)Vofficial <init>Lbnq;<init>(Lbgg;DI)Vnamed <init>Lnet/minecraft/entity/ai/goal/WanderAroundGoal;<init>(Lnet/minecraft/entity/mob/PathAwareEntity;DI)V
-
WanderAroundGoal
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_1379;<init>(Lnet/minecraft/class_1314;DIZ)Vofficial <init>Lbnq;<init>(Lbgg;DIZ)Vnamed <init>Lnet/minecraft/entity/ai/goal/WanderAroundGoal;<init>(Lnet/minecraft/entity/mob/PathAwareEntity;DIZ)V
-
-
Method Details
-
canStart
public boolean canStart() -
getWanderTarget
- Mappings:
Namespace Name Mixin selector intermediary method_6302Lnet/minecraft/class_1379;method_6302()Lnet/minecraft/class_243;official hLbnq;h()Leea;named getWanderTargetLnet/minecraft/entity/ai/goal/WanderAroundGoal;getWanderTarget()Lnet/minecraft/util/math/Vec3d;
-
shouldContinue
public boolean shouldContinue()- Overrides:
shouldContinuein classGoal- Mappings:
Namespace Name Mixin selector intermediary method_6266Lnet/minecraft/class_1352;method_6266()Zofficial bLbmt;b()Znamed shouldContinueLnet/minecraft/entity/ai/goal/Goal;shouldContinue()Z
-
start
public void start() -
stop
public void stop() -
ignoreChanceOnce
public void ignoreChanceOnce()- Mappings:
Namespace Name Mixin selector intermediary method_6304Lnet/minecraft/class_1379;method_6304()Vofficial iLbnq;i()Vnamed ignoreChanceOnceLnet/minecraft/entity/ai/goal/WanderAroundGoal;ignoreChanceOnce()V
-
setChance
public void setChance(int chance) - Mappings:
Namespace Name Mixin selector intermediary method_6303Lnet/minecraft/class_1379;method_6303(I)Vofficial cLbnq;c(I)Vnamed setChanceLnet/minecraft/entity/ai/goal/WanderAroundGoal;setChance(I)V
-