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 TypeMethodDescriptionprotected static BlockHitResult
Item.getPlayerPOVHitResult
(Level p_41436_, Player p_41437_, ClipContext.Fluid p_41438_) -
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.Fluid
Returns 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 p_45688_, Vec3 p_45689_, ClipContext.Block p_45690_, ClipContext.Fluid p_45691_, Entity p_45692_) ClipContext
(Vec3 p_312751_, Vec3 p_311517_, ClipContext.Block p_311464_, ClipContext.Fluid p_311910_, CollisionContext p_310522_)