Package net.minecraft.structure
Enum Class StructureTemplateManager.class_11087
java.lang.Object
java.lang.Enum<StructureTemplateManager.class_11087>
net.minecraft.structure.StructureTemplateManager.class_11087
- All Implemented Interfaces:
Serializable,Comparable<StructureTemplateManager.class_11087>,Constable
- Enclosing class:
StructureTemplateManager
public static enum StructureTemplateManager.class_11087
extends Enum<StructureTemplateManager.class_11087>
- Mappings:
Namespace Name named net/minecraft/structure/StructureTemplateManager$class_11087intermediary net/minecraft/class_3485$class_11087official ezx$c
-
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 StructureTemplateManager.class_11087[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
WORLD
- Mappings:
Namespace Name Mixin selector named WORLDLnet/minecraft/structure/StructureTemplateManager$class_11087;WORLD:Lnet/minecraft/structure/StructureTemplateManager$class_11087;intermediary field_59051Lnet/minecraft/class_3485$class_11087;field_59051:Lnet/minecraft/class_3485$class_11087;official aLezx$c;a:Lezx$c;
-
TEST
- Mappings:
Namespace Name Mixin selector named TESTLnet/minecraft/structure/StructureTemplateManager$class_11087;TEST:Lnet/minecraft/structure/StructureTemplateManager$class_11087;intermediary field_59052Lnet/minecraft/class_3485$class_11087;field_59052:Lnet/minecraft/class_3485$class_11087;official bLezx$c;b:Lezx$c;
-
PACK
- Mappings:
Namespace Name Mixin selector named PACKLnet/minecraft/structure/StructureTemplateManager$class_11087;PACK:Lnet/minecraft/structure/StructureTemplateManager$class_11087;intermediary field_59053Lnet/minecraft/class_3485$class_11087;field_59053:Lnet/minecraft/class_3485$class_11087;official cLezx$c;c:Lezx$c;
-
-
Constructor Details
-
class_11087
private class_11087()
-
-
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
-