Uses of Class
net.minecraft.util.math.RayTraceContext.BlockMode
-
Packages that use RayTraceContext.BlockMode Package Description net.minecraft.util.math -
-
Uses of RayTraceContext.BlockMode in net.minecraft.util.math
Fields in net.minecraft.util.math declared as RayTraceContext.BlockMode Modifier and Type Field Description private RayTraceContext.BlockMode
RayTraceContext. block
Methods in net.minecraft.util.math that return RayTraceContext.BlockMode Modifier and Type Method Description static RayTraceContext.BlockMode
RayTraceContext.BlockMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RayTraceContext.BlockMode[]
RayTraceContext.BlockMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.util.math with parameters of type RayTraceContext.BlockMode Constructor Description RayTraceContext(Vector3d p_i50009_1_, Vector3d p_i50009_2_, RayTraceContext.BlockMode p_i50009_3_, RayTraceContext.FluidMode p_i50009_4_, Entity p_i50009_5_)
-