类 EntityUtils

java.lang.Object
committee.nova.mods.avaritia.api.util.EntityUtils

public class EntityUtils extends Object
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    static Stream<net.minecraft.world.phys.EntityHitResult>
    findHitEntities(Stream<net.minecraft.world.entity.Entity> entities, net.minecraft.world.phys.Vec3 startPos, net.minecraft.world.phys.Vec3 endPos, net.minecraft.world.phys.Vec3 padding)
     
    static Stream<net.minecraft.world.phys.EntityHitResult>
    findHitEntities(net.minecraft.world.level.Level world, net.minecraft.world.entity.Entity exclude, net.minecraft.world.phys.Vec3 startPos, net.minecraft.world.phys.Vec3 endPos, double padding, Predicate<net.minecraft.world.entity.Entity> filter)
     
    static Stream<net.minecraft.world.phys.EntityHitResult>
    findHitEntities(net.minecraft.world.level.Level world, net.minecraft.world.entity.Entity exclude, net.minecraft.world.phys.Vec3 startPos, net.minecraft.world.phys.Vec3 endPos, net.minecraft.world.phys.AABB searchArea, net.minecraft.world.phys.Vec3 padding, Predicate<net.minecraft.world.entity.Entity> filter)
     
    static Stream<net.minecraft.world.phys.EntityHitResult>
    findHitEntities(net.minecraft.world.level.Level world, net.minecraft.world.entity.Entity exclude, net.minecraft.world.phys.Vec3 startPos, net.minecraft.world.phys.Vec3 endPos, net.minecraft.world.phys.Vec3 padding, Predicate<net.minecraft.world.entity.Entity> filter)
     
    static Stream<net.minecraft.world.phys.EntityHitResult>
    findHitEntities(net.minecraft.world.level.Level world, net.minecraft.world.entity.projectile.Projectile projectile, net.minecraft.world.phys.Vec3 startPos, net.minecraft.world.phys.Vec3 endPos, Predicate<net.minecraft.world.entity.Entity> filter)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • EntityUtils

      public EntityUtils()
  • 方法详细资料

    • findHitEntities

      public static Stream<net.minecraft.world.phys.EntityHitResult> findHitEntities(net.minecraft.world.level.Level world, net.minecraft.world.entity.projectile.Projectile projectile, net.minecraft.world.phys.Vec3 startPos, net.minecraft.world.phys.Vec3 endPos, Predicate<net.minecraft.world.entity.Entity> filter)
    • findHitEntities

      public static Stream<net.minecraft.world.phys.EntityHitResult> findHitEntities(net.minecraft.world.level.Level world, net.minecraft.world.entity.Entity exclude, net.minecraft.world.phys.Vec3 startPos, net.minecraft.world.phys.Vec3 endPos, double padding, Predicate<net.minecraft.world.entity.Entity> filter)
    • findHitEntities

      public static Stream<net.minecraft.world.phys.EntityHitResult> findHitEntities(net.minecraft.world.level.Level world, net.minecraft.world.entity.Entity exclude, net.minecraft.world.phys.Vec3 startPos, net.minecraft.world.phys.Vec3 endPos, net.minecraft.world.phys.Vec3 padding, Predicate<net.minecraft.world.entity.Entity> filter)
    • findHitEntities

      public static Stream<net.minecraft.world.phys.EntityHitResult> findHitEntities(net.minecraft.world.level.Level world, net.minecraft.world.entity.Entity exclude, net.minecraft.world.phys.Vec3 startPos, net.minecraft.world.phys.Vec3 endPos, net.minecraft.world.phys.AABB searchArea, net.minecraft.world.phys.Vec3 padding, Predicate<net.minecraft.world.entity.Entity> filter)
    • findHitEntities

      public static Stream<net.minecraft.world.phys.EntityHitResult> findHitEntities(Stream<net.minecraft.world.entity.Entity> entities, net.minecraft.world.phys.Vec3 startPos, net.minecraft.world.phys.Vec3 endPos, net.minecraft.world.phys.Vec3 padding)