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 clb
  • 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 Lclb;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 Lclb;a(Lbtn;Layw;)Lexc;
    • 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 Lclb;a(Lckz;Lexc;)Z