类 EntityUtils
java.lang.Object
committee.nova.mods.avaritia.api.util.EntityUtils
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明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)
-
构造器详细资料
-
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
-