Class SwimAroundGoal

Direct Known Subclasses:
FishEntity.SwimToRandomPlaceGoal

public class SwimAroundGoal extends WanderAroundGoal
Mappings:
Namespace Name
named net/minecraft/entity/ai/goal/SwimAroundGoal
intermediary net/minecraft/class_1378
official cde
  • Constructor Details Link icon

    • SwimAroundGoal Link icon

      public SwimAroundGoal(PathAwareEntity mob, double speed, int chance)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/entity/ai/goal/WanderAroundGoal;<init>(Lnet/minecraft/entity/mob/PathAwareEntity;DI)V
      intermediary <init> Lnet/minecraft/class_1379;<init>(Lnet/minecraft/class_1314;DI)V
      official <init> Lcdd;<init>(Lbvq;DI)V
  • Method Details Link icon

    • getWanderTarget Link icon

      @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 Lcdd;h()Lfbb;