Uses of Class
net.minecraft.world.RaycastContext.ShapeType
| Package | Description |
|---|---|
| net.minecraft.world |
-
Uses of RaycastContext.ShapeType in net.minecraft.world
Fields in net.minecraft.world declared as RaycastContext.ShapeType Modifier and Type Field Description private RaycastContext.ShapeTypeRaycastContext. shapeTypeMethods in net.minecraft.world that return RaycastContext.ShapeType Modifier and Type Method Description static RaycastContext.ShapeTypeRaycastContext.ShapeType. valueOf(String name)Returns the enum constant of this type with the specified name.static RaycastContext.ShapeType[]RaycastContext.ShapeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraft.world with parameters of type RaycastContext.ShapeType Constructor Description RaycastContext(Vec3d start, Vec3d end, RaycastContext.ShapeType shapeType, RaycastContext.FluidHandling fluidHandling, Entity entity)