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 - fkf$c- intermediary - net/minecraft/class_1921$class_4750- named - net/minecraft/client/render/RenderLayer$OutlineMode
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiontoString()static RenderLayer.OutlineModeReturns 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- Lfkf$c;a:Lfkf$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- Lfkf$c;b:Lfkf$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- Lfkf$c;c:Lfkf$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- Lfkf$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>- Lfkf$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- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
toString- Overrides:
- toStringin class- Enum<RenderLayer.OutlineMode>
 
 
-