Package net.minecraft.structure
Enum StrongholdPieces.AbstractPiece.EntranceType
java.lang.Object
java.lang.Enum<StrongholdPieces.AbstractPiece.EntranceType>
net.minecraft.structure.StrongholdPieces.AbstractPiece.EntranceType
- All Implemented Interfaces:
Serializable,Comparable<StrongholdPieces.AbstractPiece.EntranceType>,java.lang.constant.Constable
- Enclosing class:
- StrongholdPieces.AbstractPiece
public static enum StrongholdPieces.AbstractPiece.EntranceType extends Enum<StrongholdPieces.AbstractPiece.EntranceType>
- Mappings:
Namespace Name official aqp$p$aintermediary net/minecraft/class_539$class_555$class_556named net/minecraft/structure/StrongholdPieces$AbstractPiece$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 privateEntranceType() -
Method Summary
Modifier and Type Method Description static StrongholdPieces.AbstractPiece.EntranceTypevalueOf(String name)Returns the enum constant of this type with the specified name.static StrongholdPieces.AbstractPiece.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 aLaqp$p$a;a:Laqp$p$a;intermediary field_2093Lnet/minecraft/class_539$class_555$class_556;field_2093:Lnet/minecraft/class_539$class_555$class_556;named OPENINGLnet/minecraft/structure/StrongholdPieces$AbstractPiece$EntranceType;OPENING:Lnet/minecraft/structure/StrongholdPieces$AbstractPiece$EntranceType;
-
WOOD_DOOR
- Mappings:
Namespace Name Mixin selector official bLaqp$p$a;b:Laqp$p$a;intermediary field_2094Lnet/minecraft/class_539$class_555$class_556;field_2094:Lnet/minecraft/class_539$class_555$class_556;named WOOD_DOORLnet/minecraft/structure/StrongholdPieces$AbstractPiece$EntranceType;WOOD_DOOR:Lnet/minecraft/structure/StrongholdPieces$AbstractPiece$EntranceType;
-
GRATES
- Mappings:
Namespace Name Mixin selector official cLaqp$p$a;c:Laqp$p$a;intermediary field_2095Lnet/minecraft/class_539$class_555$class_556;field_2095:Lnet/minecraft/class_539$class_555$class_556;named GRATESLnet/minecraft/structure/StrongholdPieces$AbstractPiece$EntranceType;GRATES:Lnet/minecraft/structure/StrongholdPieces$AbstractPiece$EntranceType;
-
IRON_DOOR
- Mappings:
Namespace Name Mixin selector official dLaqp$p$a;d:Laqp$p$a;intermediary field_2096Lnet/minecraft/class_539$class_555$class_556;field_2096:Lnet/minecraft/class_539$class_555$class_556;named IRON_DOORLnet/minecraft/structure/StrongholdPieces$AbstractPiece$EntranceType;IRON_DOOR:Lnet/minecraft/structure/StrongholdPieces$AbstractPiece$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
-