Package net.minecraft.block.enums
Enum Class Thickness
- All Implemented Interfaces:
Serializable
,Comparable<Thickness>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/block/enums/Thickness
intermediary net/minecraft/class_5691
official dtb
-
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
-
Field Summary
Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.toString()
static Thickness
Returns the enum constant of this class with the specified name.static Thickness[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TIP_MERGE
- Mappings:
Namespace Name Mixin selector named TIP_MERGE
Lnet/minecraft/block/enums/Thickness;TIP_MERGE:Lnet/minecraft/block/enums/Thickness;
intermediary field_28064
Lnet/minecraft/class_5691;field_28064:Lnet/minecraft/class_5691;
official a
Ldtb;a:Ldtb;
-
TIP
- Mappings:
Namespace Name Mixin selector named TIP
Lnet/minecraft/block/enums/Thickness;TIP:Lnet/minecraft/block/enums/Thickness;
intermediary field_28065
Lnet/minecraft/class_5691;field_28065:Lnet/minecraft/class_5691;
official b
Ldtb;b:Ldtb;
-
FRUSTUM
- Mappings:
Namespace Name Mixin selector named FRUSTUM
Lnet/minecraft/block/enums/Thickness;FRUSTUM:Lnet/minecraft/block/enums/Thickness;
intermediary field_28066
Lnet/minecraft/class_5691;field_28066:Lnet/minecraft/class_5691;
official c
Ldtb;c:Ldtb;
-
MIDDLE
- Mappings:
Namespace Name Mixin selector named MIDDLE
Lnet/minecraft/block/enums/Thickness;MIDDLE:Lnet/minecraft/block/enums/Thickness;
intermediary field_28067
Lnet/minecraft/class_5691;field_28067:Lnet/minecraft/class_5691;
official d
Ldtb;d:Ldtb;
-
BASE
- Mappings:
Namespace Name Mixin selector named BASE
Lnet/minecraft/block/enums/Thickness;BASE:Lnet/minecraft/block/enums/Thickness;
intermediary field_28068
Lnet/minecraft/class_5691;field_28068:Lnet/minecraft/class_5691;
official e
Ldtb;e:Ldtb;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/block/enums/Thickness;name:Ljava/lang/String;
intermediary field_28069
Lnet/minecraft/class_5691;field_28069:Ljava/lang/String;
official f
Ldtb;f:Ljava/lang/String;
-
-
Constructor Details
-
Thickness
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/block/enums/Thickness;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_5691;<init>(Ljava/lang/String;ILjava/lang/String;)V
official <init>
Ldtb;<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
-
toString
-
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
Lazu;c()Ljava/lang/String;
-