Uses of Enum Class
net.minecraft.util.math.RayTraceContext.FluidMode
-
Uses of RayTraceContext.FluidMode in net.minecraft.item
Modifier 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
Modifier 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.ModifierConstructorDescriptionRayTraceContext
(Vector3d p_i50009_1_, Vector3d p_i50009_2_, RayTraceContext.BlockMode p_i50009_3_, RayTraceContext.FluidMode p_i50009_4_, Entity p_i50009_5_)