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$RenderMode
intermediary net/minecraft/class_10634$class_10635
official ebc$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 NONE
Lnet/minecraft/block/entity/StructureBoxRendering$RenderMode;NONE:Lnet/minecraft/block/entity/StructureBoxRendering$RenderMode;
intermediary field_55994
Lnet/minecraft/class_10634$class_10635;field_55994:Lnet/minecraft/class_10634$class_10635;
official a
Lebc$a;a:Lebc$a;
-
BOX
- Mappings:
Namespace Name Mixin selector named BOX
Lnet/minecraft/block/entity/StructureBoxRendering$RenderMode;BOX:Lnet/minecraft/block/entity/StructureBoxRendering$RenderMode;
intermediary field_55995
Lnet/minecraft/class_10634$class_10635;field_55995:Lnet/minecraft/class_10634$class_10635;
official b
Lebc$a;b:Lebc$a;
-
BOX_AND_INVISIBLE_BLOCKS
- Mappings:
Namespace Name Mixin selector named BOX_AND_INVISIBLE_BLOCKS
Lnet/minecraft/block/entity/StructureBoxRendering$RenderMode;BOX_AND_INVISIBLE_BLOCKS:Lnet/minecraft/block/entity/StructureBoxRendering$RenderMode;
intermediary field_55996
Lnet/minecraft/class_10634$class_10635;field_55996:Lnet/minecraft/class_10634$class_10635;
official c
Lebc$a;c:Lebc$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
-