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
named net/minecraft/entity/ai/goal/WanderAroundPointOfInterestGoal
intermediary net/minecraft/class_4291
official cba
  • Field Details

    • HORIZONTAL_RANGE

      private static final int HORIZONTAL_RANGE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named HORIZONTAL_RANGE Lnet/minecraft/entity/ai/goal/WanderAroundPointOfInterestGoal;HORIZONTAL_RANGE:I
      intermediary field_30219 Lnet/minecraft/class_4291;field_30219:I
      official i Lcba;i:I
    • VERTICAL_RANGE

      private static final int VERTICAL_RANGE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named VERTICAL_RANGE Lnet/minecraft/entity/ai/goal/WanderAroundPointOfInterestGoal;VERTICAL_RANGE:I
      intermediary field_30220 Lnet/minecraft/class_4291;field_30220:I
      official j Lcba;j:I
  • Constructor Details

    • WanderAroundPointOfInterestGoal

      public WanderAroundPointOfInterestGoal(PathAwareEntity entity, double speed, boolean canDespawn)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/entity/ai/goal/WanderAroundPointOfInterestGoal;<init>(Lnet/minecraft/entity/mob/PathAwareEntity;DZ)V
      intermediary <init> Lnet/minecraft/class_4291;<init>(Lnet/minecraft/class_1314;DZ)V
      official <init> Lcba;<init>(Lbua;DZ)V
  • Method Details

    • canStart

      public boolean canStart()
      Overrides:
      canStart in class WanderAroundGoal
      Mappings:
      Namespace Name Mixin selector
      named canStart Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
      intermediary method_6264 Lnet/minecraft/class_1352;method_6264()Z
      official a Lcap;a()Z
    • getWanderTarget

      @Nullable protected @Nullable Vec3d getWanderTarget()
      Overrides:
      getWanderTarget in class WanderAroundGoal
      Mappings:
      Namespace Name Mixin selector
      named getWanderTarget Lnet/minecraft/entity/ai/goal/WanderAroundGoal;getWanderTarget()Lnet/minecraft/util/math/Vec3d;
      intermediary method_6302 Lnet/minecraft/class_1379;method_6302()Lnet/minecraft/class_243;
      official h Lcbm;h()Levt;