Package net.minecraft.structure
Enum 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>,java.lang.constant.Constable
- Enclosing class:
- StrongholdGenerator.Piece
public static enum StrongholdGenerator.Piece.EntranceType
extends Enum<StrongholdGenerator.Piece.EntranceType>
- Mappings:
Namespace Name official dal$p$aintermediary net/minecraft/class_3421$class_3437$class_3438named 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
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
OPENING
- Mappings:
Namespace Name Mixin selector official aLdal$p$a;a:Ldal$p$a;intermediary field_15288Lnet/minecraft/class_3421$class_3437$class_3438;field_15288:Lnet/minecraft/class_3421$class_3437$class_3438;named OPENINGLnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;OPENING:Lnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;
-
WOOD_DOOR
- Mappings:
Namespace Name Mixin selector official bLdal$p$a;b:Ldal$p$a;intermediary field_15290Lnet/minecraft/class_3421$class_3437$class_3438;field_15290:Lnet/minecraft/class_3421$class_3437$class_3438;named WOOD_DOORLnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;WOOD_DOOR:Lnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;
-
GRATES
- Mappings:
Namespace Name Mixin selector official cLdal$p$a;c:Ldal$p$a;intermediary field_15289Lnet/minecraft/class_3421$class_3437$class_3438;field_15289:Lnet/minecraft/class_3421$class_3437$class_3438;named GRATESLnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;GRATES:Lnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;
-
IRON_DOOR
- Mappings:
Namespace Name Mixin selector official dLdal$p$a;d:Ldal$p$a;intermediary field_15291Lnet/minecraft/class_3421$class_3437$class_3438;field_15291:Lnet/minecraft/class_3421$class_3437$class_3438;named IRON_DOORLnet/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 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
-