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

    • WanderAroundPointOfInterestGoal

      public WanderAroundPointOfInterestGoal​(PathAwareEntity entity, double speed, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laxi;<init>(Larq;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 class WanderAroundGoal
      Mappings:
      Namespace Name Mixin selector
      official a Lawx;a()Z
      intermediary method_6264 Lnet/minecraft/class_1352;method_6264()Z
      named canStart Lnet/minecraft/entity/ai/goal/Goal;canStart()Z
    • getWanderTarget

      @Nullable protected Vec3d getWanderTarget()
      Overrides:
      getWanderTarget in class WanderAroundGoal
      Mappings:
      Namespace Name Mixin selector
      official g Laxv;g()Ldiu;
      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;