Class BreezeMovementUtil

java.lang.Object
net.minecraft.entity.ai.brain.task.BreezeMovementUtil

public class BreezeMovementUtil extends Object
Mappings:
Namespace Name
named net/minecraft/entity/ai/brain/task/BreezeMovementUtil
intermediary net/minecraft/class_9075
official cnu
  • Field Details

    • MAX_MOVE_DISTANCE

      private static final double MAX_MOVE_DISTANCE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named MAX_MOVE_DISTANCE Lnet/minecraft/entity/ai/brain/task/BreezeMovementUtil;MAX_MOVE_DISTANCE:D
      intermediary field_47817 Lnet/minecraft/class_9075;field_47817:D
      official a Lcnu;a:D
  • Constructor Details

    • BreezeMovementUtil

      public BreezeMovementUtil()
  • Method Details

    • getRandomPosBehindTarget

      public static Vec3d getRandomPosBehindTarget(LivingEntity target, Random random)
      Mappings:
      Namespace Name Mixin selector
      named getRandomPosBehindTarget Lnet/minecraft/entity/ai/brain/task/BreezeMovementUtil;getRandomPosBehindTarget(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/util/math/random/Random;)Lnet/minecraft/util/math/Vec3d;
      intermediary method_55751 Lnet/minecraft/class_9075;method_55751(Lnet/minecraft/class_1309;Lnet/minecraft/class_5819;)Lnet/minecraft/class_243;
      official a Lcnu;a(Lbwf;Lbam;)Lfbx;
    • canMoveTo

      public static boolean canMoveTo(BreezeEntity breeze, Vec3d pos)
      Mappings:
      Namespace Name Mixin selector
      named canMoveTo Lnet/minecraft/entity/ai/brain/task/BreezeMovementUtil;canMoveTo(Lnet/minecraft/entity/mob/BreezeEntity;Lnet/minecraft/util/math/Vec3d;)Z
      intermediary method_55752 Lnet/minecraft/class_9075;method_55752(Lnet/minecraft/class_8949;Lnet/minecraft/class_243;)Z
      official a Lcnu;a(Lcns;Lfbx;)Z
    • getMaxMoveDistance

      private static double getMaxMoveDistance(BreezeEntity breeze)
      Mappings:
      Namespace Name Mixin selector
      named getMaxMoveDistance Lnet/minecraft/entity/ai/brain/task/BreezeMovementUtil;getMaxMoveDistance(Lnet/minecraft/entity/mob/BreezeEntity;)D
      intermediary method_61493 Lnet/minecraft/class_9075;method_61493(Lnet/minecraft/class_8949;)D
      official a Lcnu;a(Lcns;)D