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 named net/minecraft/client/render/RenderLayer$OutlineMode
intermediary net/minecraft/class_1921$class_4750
official gdy$c
-
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 named NONE
Lnet/minecraft/client/render/RenderLayer$OutlineMode;NONE:Lnet/minecraft/client/render/RenderLayer$OutlineMode;
intermediary field_21853
Lnet/minecraft/class_1921$class_4750;field_21853:Lnet/minecraft/class_1921$class_4750;
official a
Lgdy$c;a:Lgdy$c;
-
IS_OUTLINE
- Mappings:
Namespace Name Mixin selector named IS_OUTLINE
Lnet/minecraft/client/render/RenderLayer$OutlineMode;IS_OUTLINE:Lnet/minecraft/client/render/RenderLayer$OutlineMode;
intermediary field_21854
Lnet/minecraft/class_1921$class_4750;field_21854:Lnet/minecraft/class_1921$class_4750;
official b
Lgdy$c;b:Lgdy$c;
-
AFFECTS_OUTLINE
- Mappings:
Namespace Name Mixin selector named AFFECTS_OUTLINE
Lnet/minecraft/client/render/RenderLayer$OutlineMode;AFFECTS_OUTLINE:Lnet/minecraft/client/render/RenderLayer$OutlineMode;
intermediary field_21855
Lnet/minecraft/class_1921$class_4750;field_21855:Lnet/minecraft/class_1921$class_4750;
official c
Lgdy$c;c:Lgdy$c;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector named name
Lnet/minecraft/client/render/RenderLayer$OutlineMode;name:Ljava/lang/String;
intermediary field_22243
Lnet/minecraft/class_1921$class_4750;field_22243:Ljava/lang/String;
official d
Lgdy$c;d:Ljava/lang/String;
-
-
Constructor Details
-
OutlineMode
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/client/render/RenderLayer$OutlineMode;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_1921$class_4750;<init>(Ljava/lang/String;ILjava/lang/String;)V
official <init>
Lgdy$c;<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>
-