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
- Mappings:
- Namespace - Name - official - bng- intermediary - net/minecraft/class_4291- named - net/minecraft/entity/ai/goal/WanderAroundPointOfInterestGoal
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.entity.ai.goal.GoalGoal.Control
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final intprivate static final intFields inherited from class net.minecraft.entity.ai.goal.WanderAroundGoalchance, DEFAULT_CHANCE, ignoringChance, mob, speed, targetX, targetY, targetZ
- 
Constructor SummaryConstructorsConstructorDescriptionWanderAroundPointOfInterestGoal(PathAwareEntity entity, double speed, boolean canDespawn) 
- 
Method SummaryMethods inherited from class net.minecraft.entity.ai.goal.WanderAroundGoalignoreChanceOnce, setChance, shouldContinue, start, stopMethods inherited from class net.minecraft.entity.ai.goal.GoalcanStop, getControls, getTickCount, setControls, shouldRunEveryTick, tick, toGoalTicks, toString
- 
Field Details- 
HORIZONTAL_RANGEprivate static final int HORIZONTAL_RANGE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - i- Lbng;i:I- intermediary - field_30219- Lnet/minecraft/class_4291;field_30219:I- named - HORIZONTAL_RANGE- Lnet/minecraft/entity/ai/goal/WanderAroundPointOfInterestGoal;HORIZONTAL_RANGE:I
 
- 
VERTICAL_RANGEprivate static final int VERTICAL_RANGE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - j- Lbng;j:I- intermediary - field_30220- Lnet/minecraft/class_4291;field_30220:I- named - VERTICAL_RANGE- Lnet/minecraft/entity/ai/goal/WanderAroundPointOfInterestGoal;VERTICAL_RANGE:I
 
 
- 
- 
Constructor Details- 
WanderAroundPointOfInterestGoal- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lbng;<init>(Lbgi;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- 
canStartpublic boolean canStart()- Overrides:
- canStartin class- WanderAroundGoal
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lbmv;a()Z- intermediary - method_6264- Lnet/minecraft/class_1352;method_6264()Z- named - canStart- Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
 
- 
getWanderTarget- Overrides:
- getWanderTargetin class- WanderAroundGoal
- Mappings:
- Namespace - Name - Mixin selector - official - h- Lbns;h()Leei;- 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;
 
 
-