Package net.minecraft.world
Enum RayTraceContext.ShapeType
- All Implemented Interfaces:
Serializable,Comparable<RayTraceContext.ShapeType>,java.lang.constant.Constable,RayTraceContext.ShapeProvider
- Enclosing class:
- RayTraceContext
public static enum RayTraceContext.ShapeType extends Enum<RayTraceContext.ShapeType> implements RayTraceContext.ShapeProvider
-
Nested Class Summary
-
Enum Constant Summary
-
Field Summary
Fields Modifier and Type Field Description private RayTraceContext.ShapeProviderprovider -
Constructor Summary
Constructors Modifier Constructor Description privateShapeType(RayTraceContext.ShapeProvider provider) -
Method Summary
Modifier and Type Method Description VoxelShapeget(BlockState state, BlockView world, BlockPos pos, ShapeContext context)static RayTraceContext.ShapeTypevalueOf(String name)Returns the enum constant of this type with the specified name.static RayTraceContext.ShapeType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
Field Details
-
Constructor Details
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
get
- Specified by:
getin interfaceRayTraceContext.ShapeProvider
-