Package net.minecraft.block.entity
Enum Class StructureBoxRendering.RenderMode
java.lang.Object
java.lang.Enum<StructureBoxRendering.RenderMode>
net.minecraft.block.entity.StructureBoxRendering.RenderMode
- All Implemented Interfaces:
Serializable,Comparable<StructureBoxRendering.RenderMode>,Constable
- Enclosing interface:
StructureBoxRendering
- Mappings:
Namespace Name named net/minecraft/block/entity/StructureBoxRendering$RenderModeintermediary net/minecraft/class_10634$class_10635official dyr$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static StructureBoxRendering.RenderMode[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector named NONELnet/minecraft/block/entity/StructureBoxRendering$RenderMode;NONE:Lnet/minecraft/block/entity/StructureBoxRendering$RenderMode;intermediary field_55994Lnet/minecraft/class_10634$class_10635;field_55994:Lnet/minecraft/class_10634$class_10635;official aLdyr$a;a:Ldyr$a;
-
BOX
- Mappings:
Namespace Name Mixin selector named BOXLnet/minecraft/block/entity/StructureBoxRendering$RenderMode;BOX:Lnet/minecraft/block/entity/StructureBoxRendering$RenderMode;intermediary field_55995Lnet/minecraft/class_10634$class_10635;field_55995:Lnet/minecraft/class_10634$class_10635;official bLdyr$a;b:Ldyr$a;
-
BOX_AND_INVISIBLE_BLOCKS
- Mappings:
Namespace Name Mixin selector named BOX_AND_INVISIBLE_BLOCKSLnet/minecraft/block/entity/StructureBoxRendering$RenderMode;BOX_AND_INVISIBLE_BLOCKS:Lnet/minecraft/block/entity/StructureBoxRendering$RenderMode;intermediary field_55996Lnet/minecraft/class_10634$class_10635;field_55996:Lnet/minecraft/class_10634$class_10635;official cLdyr$a;c:Ldyr$a;
-
-
Constructor Details
-
RenderMode
private RenderMode()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-