Class FlyGoal

Direct Known Subclasses:
ParrotEntity.FlyOntoTreeGoal

public class FlyGoal extends WanderAroundFarGoal
Mappings:
Namespace Name
official bmk
intermediary net/minecraft/class_1395
named net/minecraft/entity/ai/goal/FlyGoal
  • Constructor Details

    • FlyGoal

      public FlyGoal(PathAwareEntity mob, double speed)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lblv;<init>(Lbep;D)V
      intermediary <init> Lnet/minecraft/class_1379;<init>(Lnet/minecraft/class_1314;D)V
      named <init> Lnet/minecraft/entity/ai/goal/WanderAroundGoal;<init>(Lnet/minecraft/entity/mob/PathAwareEntity;D)V
  • Method Details

    • getWanderTarget

      @Nullable protected @Nullable Vec3d getWanderTarget()
      Overrides:
      getWanderTarget in class WanderAroundFarGoal
      Mappings:
      Namespace Name Mixin selector
      official h Lblv;h()Leae;
      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;