Package net.minecraft.client.render
Enum Class RenderLayer.OutlineMode
- All Implemented Interfaces:
Serializable
,Comparable<RenderLayer.OutlineMode>
,Constable
- Enclosing class:
RenderLayer
@Environment(CLIENT)
private static enum RenderLayer.OutlineMode
extends Enum<RenderLayer.OutlineMode>
- Mappings:
Namespace Name official ftp$c
intermediary net/minecraft/class_1921$class_4750
named net/minecraft/client/render/RenderLayer$OutlineMode
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontoString()
static RenderLayer.OutlineMode
Returns the enum constant of this class with the specified name.static RenderLayer.OutlineMode[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official a
Lftp$c;a:Lftp$c;
intermediary field_21853
Lnet/minecraft/class_1921$class_4750;field_21853:Lnet/minecraft/class_1921$class_4750;
named NONE
Lnet/minecraft/client/render/RenderLayer$OutlineMode;NONE:Lnet/minecraft/client/render/RenderLayer$OutlineMode;
-
IS_OUTLINE
- Mappings:
Namespace Name Mixin selector official b
Lftp$c;b:Lftp$c;
intermediary field_21854
Lnet/minecraft/class_1921$class_4750;field_21854:Lnet/minecraft/class_1921$class_4750;
named IS_OUTLINE
Lnet/minecraft/client/render/RenderLayer$OutlineMode;IS_OUTLINE:Lnet/minecraft/client/render/RenderLayer$OutlineMode;
-
AFFECTS_OUTLINE
- Mappings:
Namespace Name Mixin selector official c
Lftp$c;c:Lftp$c;
intermediary field_21855
Lnet/minecraft/class_1921$class_4750;field_21855:Lnet/minecraft/class_1921$class_4750;
named AFFECTS_OUTLINE
Lnet/minecraft/client/render/RenderLayer$OutlineMode;AFFECTS_OUTLINE:Lnet/minecraft/client/render/RenderLayer$OutlineMode;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official d
Lftp$c;d:Ljava/lang/String;
intermediary field_22243
Lnet/minecraft/class_1921$class_4750;field_22243:Ljava/lang/String;
named name
Lnet/minecraft/client/render/RenderLayer$OutlineMode;name:Ljava/lang/String;
-
-
Constructor Details
-
OutlineMode
- Mappings:
Namespace Name Mixin selector official <init>
Lftp$c;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_1921$class_4750;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/client/render/RenderLayer$OutlineMode;<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
- Overrides:
toString
in classEnum<RenderLayer.OutlineMode>
-