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 cxf$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
Constructors Modifier Constructor Description private
EntranceType()
-
Method Summary
Modifier and Type Method Description static StrongholdGenerator.Piece.EntranceType
valueOf(String name)
Returns the enum constant of this type with the specified name.static StrongholdGenerator.Piece.EntranceType[]
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 a
Lcxf$p$a;a:Lcxf$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
Lcxf$p$a;b:Lcxf$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
Lcxf$p$a;c:Lcxf$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
Lcxf$p$a;d:Lcxf$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 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
-