Package net.minecraft.client.font
Enum Class TextRenderer.TextLayerType
- All Implemented Interfaces:
Serializable
,Comparable<TextRenderer.TextLayerType>
,Constable
- Enclosing class:
TextRenderer
@Environment(CLIENT)
public static enum TextRenderer.TextLayerType
extends Enum<TextRenderer.TextLayerType>
- Mappings:
Namespace Name official enp$a
intermediary net/minecraft/class_327$class_6415
named net/minecraft/client/font/TextRenderer$TextLayerType
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TextRenderer.TextLayerType
Returns the enum constant of this class with the specified name.static TextRenderer.TextLayerType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NORMAL
- Mappings:
Namespace Name Mixin selector official a
Lenp$a;a:Lenp$a;
intermediary field_33993
Lnet/minecraft/class_327$class_6415;field_33993:Lnet/minecraft/class_327$class_6415;
named NORMAL
Lnet/minecraft/client/font/TextRenderer$TextLayerType;NORMAL:Lnet/minecraft/client/font/TextRenderer$TextLayerType;
-
SEE_THROUGH
- Mappings:
Namespace Name Mixin selector official b
Lenp$a;b:Lenp$a;
intermediary field_33994
Lnet/minecraft/class_327$class_6415;field_33994:Lnet/minecraft/class_327$class_6415;
named SEE_THROUGH
Lnet/minecraft/client/font/TextRenderer$TextLayerType;SEE_THROUGH:Lnet/minecraft/client/font/TextRenderer$TextLayerType;
-
POLYGON_OFFSET
- Mappings:
Namespace Name Mixin selector official c
Lenp$a;c:Lenp$a;
intermediary field_33995
Lnet/minecraft/class_327$class_6415;field_33995:Lnet/minecraft/class_327$class_6415;
named POLYGON_OFFSET
Lnet/minecraft/client/font/TextRenderer$TextLayerType;POLYGON_OFFSET:Lnet/minecraft/client/font/TextRenderer$TextLayerType;
-
-
Constructor Details
-
TextLayerType
private TextLayerType()
-
-
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
-