Enum Class HangingSignBlockEntityRenderer.AttachmentType
java.lang.Object
java.lang.Enum<HangingSignBlockEntityRenderer.AttachmentType>
net.minecraft.client.render.block.entity.HangingSignBlockEntityRenderer.AttachmentType
- All Implemented Interfaces:
Serializable,Comparable<HangingSignBlockEntityRenderer.AttachmentType>,Constable,StringIdentifiable
- Enclosing class:
HangingSignBlockEntityRenderer
@Environment(CLIENT)
public static enum HangingSignBlockEntityRenderer.AttachmentType
extends Enum<HangingSignBlockEntityRenderer.AttachmentType>
implements StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentTypeintermediary net/minecraft/class_7761$class_10381official gov$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable> -
Enum Constant Summary
Enum Constants -
Field Summary
FieldsFields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasString()Returns the unique string representation of the enum, used for serialization.from(BlockState state) Returns 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
-
WALL
- Mappings:
Namespace Name Mixin selector named WALLLnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentType;WALL:Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentType;intermediary field_55158Lnet/minecraft/class_7761$class_10381;field_55158:Lnet/minecraft/class_7761$class_10381;official aLgov$a;a:Lgov$a;
-
CEILING
- Mappings:
Namespace Name Mixin selector named CEILINGLnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentType;CEILING:Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentType;intermediary field_55159Lnet/minecraft/class_7761$class_10381;field_55159:Lnet/minecraft/class_7761$class_10381;official bLgov$a;b:Lgov$a;
-
CEILING_MIDDLE
- Mappings:
Namespace Name Mixin selector named CEILING_MIDDLELnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentType;CEILING_MIDDLE:Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentType;intermediary field_55160Lnet/minecraft/class_7761$class_10381;field_55160:Lnet/minecraft/class_7761$class_10381;official cLgov$a;c:Lgov$a;
-
-
Field Details
-
id
- Mappings:
Namespace Name Mixin selector named idLnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentType;id:Ljava/lang/String;intermediary field_55161Lnet/minecraft/class_7761$class_10381;field_55161:Ljava/lang/String;official dLgov$a;d:Ljava/lang/String;
-
-
Constructor Details
-
AttachmentType
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentType;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_7761$class_10381;<init>(Ljava/lang/String;ILjava/lang/String;)Vofficial <init>Lgov$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
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
-
from
- Mappings:
Namespace Name Mixin selector named fromLnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentType;from(Lnet/minecraft/block/BlockState;)Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentType;intermediary method_65244Lnet/minecraft/class_7761$class_10381;method_65244(Lnet/minecraft/class_2680;)Lnet/minecraft/class_7761$class_10381;official aLgov$a;a(Ldwy;)Lgov$a;
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asStringin interfaceStringIdentifiable- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;official cLazv;c()Ljava/lang/String;
-