Uses of Enum Class
net.minecraft.world.level.ClipContext.Fluid
Packages that use ClipContext.Fluid
-
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 fluidMode) -
Uses of ClipContext.Fluid in net.minecraft.world.level
Fields 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)