Uses of Enum Class
net.minecraft.world.RaycastContext.ShapeType
Packages that use RaycastContext.ShapeType
-
Uses of RaycastContext.ShapeType in net.minecraft.world
Fields in net.minecraft.world declared as RaycastContext.ShapeTypeMethods in net.minecraft.world that return RaycastContext.ShapeTypeModifier and TypeMethodDescriptionstatic RaycastContext.ShapeTypeReturns 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.Constructors in net.minecraft.world with parameters of type RaycastContext.ShapeTypeModifierConstructorDescriptionRaycastContext(Vec3d start, Vec3d end, RaycastContext.ShapeType shapeType, RaycastContext.FluidHandling fluidHandling, Entity entity)