Package net.minecraft.client.render
Enum RenderLayer.OutlineMode
- All Implemented Interfaces:
Serializable
,Comparable<RenderLayer.OutlineMode>
,java.lang.constant.Constable
- Enclosing class:
- RenderLayer
@Environment(CLIENT) static enum RenderLayer.OutlineMode extends Enum<RenderLayer.OutlineMode>
- Mappings:
Namespace Name official ehy$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
Enum Constants Enum Constant Description AFFECTS_OUTLINE
IS_OUTLINE
NONE
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description private
OutlineMode(String name)
-
Method Summary
Modifier and Type Method Description String
toString()
static RenderLayer.OutlineMode
valueOf(String name)
Returns the enum constant of this type with the specified name.static RenderLayer.OutlineMode[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official a
Lehy$c;a:Lehy$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
Lehy$c;b:Lehy$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
Lehy$c;c:Lehy$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
Lehy$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>
Lehy$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 type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
- Overrides:
toString
in classEnum<RenderLayer.OutlineMode>
- Mappings:
Namespace Name Mixin selector official toString
Lehy$c;toString()Ljava/lang/String;
intermediary toString
Lnet/minecraft/class_1921$class_4750;toString()Ljava/lang/String;
named toString
Lnet/minecraft/client/render/RenderLayer$OutlineMode;toString()Ljava/lang/String;
-