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 BlockHitResult
Item.getPlayerPOVHitResult
(Level pLevel, Player pPlayer, ClipContext.Fluid pFluidMode) -
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 pFrom, Vec3 pTo, ClipContext.Block pBlock, ClipContext.Fluid pFluid, Entity pEntity) ClipContext
(Vec3 pFrom, Vec3 pTo, ClipContext.Block pBlock, ClipContext.Fluid pFluid, CollisionContext pCollisionContext)