Uses of Enum Class
net.minecraft.util.math.RayTraceContext.FluidMode
Packages that use RayTraceContext.FluidMode
-
Uses of RayTraceContext.FluidMode in net.minecraft.item
Methods in net.minecraft.item with parameters of type RayTraceContext.FluidModeModifier and TypeMethodDescriptionprotected static BlockRayTraceResult
Item.getPlayerPOVHitResult
(World p_219968_0_, PlayerEntity p_219968_1_, RayTraceContext.FluidMode p_219968_2_) -
Uses of RayTraceContext.FluidMode in net.minecraft.util.math
Fields in net.minecraft.util.math declared as RayTraceContext.FluidModeMethods in net.minecraft.util.math that return RayTraceContext.FluidModeModifier and TypeMethodDescriptionstatic RayTraceContext.FluidMode
Returns the enum constant of this class with the specified name.static RayTraceContext.FluidMode[]
RayTraceContext.FluidMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.util.math with parameters of type RayTraceContext.FluidModeModifierConstructorDescriptionRayTraceContext
(Vector3d p_i50009_1_, Vector3d p_i50009_2_, RayTraceContext.BlockMode p_i50009_3_, RayTraceContext.FluidMode p_i50009_4_, Entity p_i50009_5_)