Class BreezeUtil

java.lang.Object
net.minecraft.world.entity.monster.breeze.BreezeUtil

public class BreezeUtil extends Object
  • Field Details

    • MAX_LINE_OF_SIGHT_TEST_RANGE

      private static final double MAX_LINE_OF_SIGHT_TEST_RANGE
      See Also:
  • Constructor Details

    • BreezeUtil

      public BreezeUtil()
  • Method Details

    • randomPointBehindTarget

      public static Vec3 randomPointBehindTarget(LivingEntity target, RandomSource random)
    • hasLineOfSight

      public static boolean hasLineOfSight(Breeze breeze, Vec3 pos)