Uses of Enum Class
net.minecraft.world.RaycastContext.ShapeType
-
Uses of RaycastContext.ShapeType in net.minecraft.world
Modifier and TypeMethodDescriptionstatic RaycastContext.ShapeType
Returns the enum constant of this class with the specified name.static RaycastContext.ShapeType[]
RaycastContext.ShapeType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionRaycastContext
(Vec3d start, Vec3d end, RaycastContext.ShapeType shapeType, RaycastContext.FluidHandling fluidHandling, Entity entity)