Uses of Enum Class
net.minecraft.world.level.ClipContext.Fluid
Packages that use ClipContext.Fluid
-
Uses of ClipContext.Fluid in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type ClipContext.FluidModifier and TypeMethodDescriptionbooleanLivingEntity.hasLineOfSight(Entity target, ClipContext.Block blockCollidingContext, ClipContext.Fluid fluidCollidingContext, double eyeHeight) -
Uses of ClipContext.Fluid in net.minecraft.world.item
Methods in net.minecraft.world.item with parameters of type ClipContext.FluidModifier and TypeMethodDescriptionstatic BlockHitResultItem.getPlayerPOVHitResult(Level level, Player player, ClipContext.Fluid fluid) -
Uses of ClipContext.Fluid in net.minecraft.world.level
Subclasses with type arguments of type ClipContext.Fluid in net.minecraft.world.levelFields in net.minecraft.world.level declared as ClipContext.FluidMethods in net.minecraft.world.level that return ClipContext.FluidModifier and TypeMethodDescriptionstatic ClipContext.FluidReturns the enum constant of this class with the specified name.static ClipContext.Fluid[]ClipContext.Fluid.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.FluidModifierConstructorDescriptionClipContext(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)