Package net.minecraft.structure
Enum Class StrongholdGenerator.Piece.EntranceType
java.lang.Object
java.lang.Enum<StrongholdGenerator.Piece.EntranceType>
net.minecraft.structure.StrongholdGenerator.Piece.EntranceType
- All Implemented Interfaces:
Serializable
,Comparable<StrongholdGenerator.Piece.EntranceType>
,Constable
- Enclosing class:
StrongholdGenerator.Piece
protected static enum StrongholdGenerator.Piece.EntranceType
extends Enum<StrongholdGenerator.Piece.EntranceType>
- Mappings:
Namespace Name official duk$p$a
intermediary net/minecraft/class_3421$class_3437$class_3438
named net/minecraft/structure/StrongholdGenerator$Piece$EntranceType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
OPENING
- Mappings:
Namespace Name Mixin selector official a
Lduk$p$a;a:Lduk$p$a;
intermediary field_15288
Lnet/minecraft/class_3421$class_3437$class_3438;field_15288:Lnet/minecraft/class_3421$class_3437$class_3438;
named OPENING
Lnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;OPENING:Lnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;
-
WOOD_DOOR
- Mappings:
Namespace Name Mixin selector official b
Lduk$p$a;b:Lduk$p$a;
intermediary field_15290
Lnet/minecraft/class_3421$class_3437$class_3438;field_15290:Lnet/minecraft/class_3421$class_3437$class_3438;
named WOOD_DOOR
Lnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;WOOD_DOOR:Lnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;
-
GRATES
- Mappings:
Namespace Name Mixin selector official c
Lduk$p$a;c:Lduk$p$a;
intermediary field_15289
Lnet/minecraft/class_3421$class_3437$class_3438;field_15289:Lnet/minecraft/class_3421$class_3437$class_3438;
named GRATES
Lnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;GRATES:Lnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;
-
IRON_DOOR
- Mappings:
Namespace Name Mixin selector official d
Lduk$p$a;d:Lduk$p$a;
intermediary field_15291
Lnet/minecraft/class_3421$class_3437$class_3438;field_15291:Lnet/minecraft/class_3421$class_3437$class_3438;
named IRON_DOOR
Lnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;IRON_DOOR:Lnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;
-
-
Constructor Details
-
EntranceType
private EntranceType()
-
-
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
-