Uses of Enum Class
net.minecraft.world.level.ClipContext.Block
Packages that use ClipContext.Block
Package
Description
-
Uses of ClipContext.Block in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type ClipContext.BlockModifier and TypeMethodDescriptionbooleanLivingEntity.hasLineOfSight(Entity target, ClipContext.Block blockCollidingContext, ClipContext.Fluid fluidCollidingContext, double eyeHeight) -
Uses of ClipContext.Block in net.minecraft.world.entity.projectile
Methods in net.minecraft.world.entity.projectile with parameters of type ClipContext.BlockModifier and TypeMethodDescriptionstatic com.mojang.datafixers.util.Either<BlockHitResult, Collection<EntityHitResult>> ProjectileUtil.getHitEntitiesAlong(Entity attacker, AttackRange attackRange, Predicate<Entity> matching, ClipContext.Block blockClipType) private static com.mojang.datafixers.util.Either<BlockHitResult, Collection<EntityHitResult>> ProjectileUtil.getHitEntitiesAlong(Entity source, Vec3 origin, Vec3 from, Predicate<Entity> matching, Vec3 to, float entityMargin, ClipContext.Block clipType) private static HitResultProjectileUtil.getHitResult(Vec3 from, Entity source, Predicate<Entity> matching, Vec3 delta, Level level, float entityMargin, ClipContext.Block clipType) static HitResultProjectileUtil.getHitResultOnMoveVector(Entity source, Predicate<Entity> matching, ClipContext.Block clipType) static Collection<EntityHitResult> ProjectileUtil.getManyEntityHitResult(Level level, Entity source, Vec3 from, Vec3 to, AABB targetSearchArea, Predicate<Entity> matching, float entityMargin, ClipContext.Block clipType, boolean includeFromEntity) -
Uses of ClipContext.Block in net.minecraft.world.entity.projectile.hurtingprojectile
Methods in net.minecraft.world.entity.projectile.hurtingprojectile that return ClipContext.BlockModifier and TypeMethodDescriptionprotected ClipContext.BlockAbstractHurtingProjectile.getClipType() -
Uses of ClipContext.Block in net.minecraft.world.level
Subclasses with type arguments of type ClipContext.Block in net.minecraft.world.levelFields in net.minecraft.world.level declared as ClipContext.BlockMethods in net.minecraft.world.level that return ClipContext.BlockModifier and TypeMethodDescriptionstatic ClipContext.BlockReturns the enum constant of this class with the specified name.static ClipContext.Block[]ClipContext.Block.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.world.level with parameters of type ClipContext.BlockModifierConstructorDescriptionClipContext(Vec3 from, Vec3 to, ClipContext.Block block, ClipContext.Fluid fluid, Entity entity) ClipContext(Vec3 from, Vec3 to, ClipContext.Block block, ClipContext.Fluid fluid, CollisionContext collisionContext)