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$AttachmentType
intermediary net/minecraft/class_7761$class_10381
official 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 WALL
Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentType;WALL:Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentType;
intermediary field_55158
Lnet/minecraft/class_7761$class_10381;field_55158:Lnet/minecraft/class_7761$class_10381;
official a
Lgov$a;a:Lgov$a;
-
CEILING
- Mappings:
Namespace Name Mixin selector named CEILING
Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentType;CEILING:Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentType;
intermediary field_55159
Lnet/minecraft/class_7761$class_10381;field_55159:Lnet/minecraft/class_7761$class_10381;
official b
Lgov$a;b:Lgov$a;
-
CEILING_MIDDLE
- Mappings:
Namespace Name Mixin selector named CEILING_MIDDLE
Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentType;CEILING_MIDDLE:Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentType;
intermediary field_55160
Lnet/minecraft/class_7761$class_10381;field_55160:Lnet/minecraft/class_7761$class_10381;
official c
Lgov$a;c:Lgov$a;
-
-
Field Details
-
id
- Mappings:
Namespace Name Mixin selector named id
Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentType;id:Ljava/lang/String;
intermediary field_55161
Lnet/minecraft/class_7761$class_10381;field_55161:Ljava/lang/String;
official d
Lgov$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;)V
intermediary <init>
Lnet/minecraft/class_7761$class_10381;<init>(Ljava/lang/String;ILjava/lang/String;)V
official <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 from
Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentType;from(Lnet/minecraft/block/BlockState;)Lnet/minecraft/client/render/block/entity/HangingSignBlockEntityRenderer$AttachmentType;
intermediary method_65244
Lnet/minecraft/class_7761$class_10381;method_65244(Lnet/minecraft/class_2680;)Lnet/minecraft/class_7761$class_10381;
official a
Lgov$a;a(Ldwy;)Lgov$a;
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
official c
Lazv;c()Ljava/lang/String;
-