Package net.minecraft.entity.ai.goal
Class WanderAroundPointOfInterestGoal
java.lang.Object
net.minecraft.entity.ai.goal.Goal
net.minecraft.entity.ai.goal.WanderAroundGoal
net.minecraft.entity.ai.goal.WanderAroundPointOfInterestGoal
public class WanderAroundPointOfInterestGoal extends WanderAroundGoal
- Mappings:
Namespace Name official azb
intermediary net/minecraft/class_4291
named net/minecraft/entity/ai/goal/WanderAroundPointOfInterestGoal
-
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 static int
field_30219
private static int
field_30220
Fields inherited from class net.minecraft.entity.ai.goal.WanderAroundGoal
chance, field_30226, ignoringChance, mob, speed, targetX, targetY, targetZ
-
Constructor Summary
Constructors Constructor Description WanderAroundPointOfInterestGoal(PathAwareEntity entity, double speed, boolean bool)
-
Method Summary
Modifier and Type Method Description boolean
canStart()
protected @Nullable Vec3d
getWanderTarget()
Methods inherited from class net.minecraft.entity.ai.goal.WanderAroundGoal
ignoreChanceOnce, setChance, shouldContinue, start, stop
Methods inherited from class net.minecraft.entity.ai.goal.Goal
canStop, getControls, setControls, tick, toString
-
Field Details
-
field_30219
private static final int field_30219- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official i
Lazb;i:I
intermediary field_30219
Lnet/minecraft/class_4291;field_30219:I
named field_30219
Lnet/minecraft/entity/ai/goal/WanderAroundPointOfInterestGoal;field_30219:I
-
field_30220
private static final int field_30220- See Also:
- Constant Field Values
- Mappings:
Namespace Name Mixin selector official j
Lazb;j:I
intermediary field_30220
Lnet/minecraft/class_4291;field_30220:I
named field_30220
Lnet/minecraft/entity/ai/goal/WanderAroundPointOfInterestGoal;field_30220:I
-
-
Constructor Details
-
WanderAroundPointOfInterestGoal
- Mappings:
Namespace Name Mixin selector official <init>
Lazb;<init>(Latg;DZ)V
intermediary <init>
Lnet/minecraft/class_4291;<init>(Lnet/minecraft/class_1314;DZ)V
named <init>
Lnet/minecraft/entity/ai/goal/WanderAroundPointOfInterestGoal;<init>(Lnet/minecraft/entity/mob/PathAwareEntity;DZ)V
-
-
Method Details
-
canStart
public boolean canStart()- Overrides:
canStart
in classWanderAroundGoal
- Mappings:
Namespace Name Mixin selector official a
Layq;a()Z
intermediary method_6264
Lnet/minecraft/class_1352;method_6264()Z
named canStart
Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
-
getWanderTarget
- Overrides:
getWanderTarget
in classWanderAroundGoal
- Mappings:
Namespace Name Mixin selector official g
Lazm;g()Ldly;
intermediary method_6302
Lnet/minecraft/class_1379;method_6302()Lnet/minecraft/class_243;
named getWanderTarget
Lnet/minecraft/entity/ai/goal/WanderAroundGoal;getWanderTarget()Lnet/minecraft/util/math/Vec3d;
-