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$cintermediary net/minecraft/class_1921$class_4750named 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_OUTLINEIS_OUTLINENONE -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateOutlineMode(String name) -
Method Summary
Modifier and Type Method Description StringtoString()static RenderLayer.OutlineModevalueOf(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 aLehy$c;a:Lehy$c;intermediary field_21853Lnet/minecraft/class_1921$class_4750;field_21853:Lnet/minecraft/class_1921$class_4750;named NONELnet/minecraft/client/render/RenderLayer$OutlineMode;NONE:Lnet/minecraft/client/render/RenderLayer$OutlineMode;
-
IS_OUTLINE
- Mappings:
Namespace Name Mixin selector official bLehy$c;b:Lehy$c;intermediary field_21854Lnet/minecraft/class_1921$class_4750;field_21854:Lnet/minecraft/class_1921$class_4750;named IS_OUTLINELnet/minecraft/client/render/RenderLayer$OutlineMode;IS_OUTLINE:Lnet/minecraft/client/render/RenderLayer$OutlineMode;
-
AFFECTS_OUTLINE
- Mappings:
Namespace Name Mixin selector official cLehy$c;c:Lehy$c;intermediary field_21855Lnet/minecraft/class_1921$class_4750;field_21855:Lnet/minecraft/class_1921$class_4750;named AFFECTS_OUTLINELnet/minecraft/client/render/RenderLayer$OutlineMode;AFFECTS_OUTLINE:Lnet/minecraft/client/render/RenderLayer$OutlineMode;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official dLehy$c;d:Ljava/lang/String;intermediary field_22243Lnet/minecraft/class_1921$class_4750;field_22243:Ljava/lang/String;named nameLnet/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;)Vintermediary <init>Lnet/minecraft/class_1921$class_4750;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <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:
toStringin classEnum<RenderLayer.OutlineMode>- Mappings:
Namespace Name Mixin selector official toStringLehy$c;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_1921$class_4750;toString()Ljava/lang/String;named toStringLnet/minecraft/client/render/RenderLayer$OutlineMode;toString()Ljava/lang/String;
-