Package net.minecraft.client.render
Enum Class DiffuseLighting.Type
- All Implemented Interfaces:
Serializable,Comparable<DiffuseLighting.Type>,Constable
- Enclosing class:
DiffuseLighting
- Mappings:
Namespace Name named net/minecraft/client/render/DiffuseLighting$Typeintermediary net/minecraft/class_308$class_11274official fsu$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DiffuseLighting.TypeReturns the enum constant of this class with the specified name.static DiffuseLighting.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LEVEL
- Mappings:
Namespace Name Mixin selector named LEVELLnet/minecraft/client/render/DiffuseLighting$Type;LEVEL:Lnet/minecraft/client/render/DiffuseLighting$Type;intermediary field_60025Lnet/minecraft/class_308$class_11274;field_60025:Lnet/minecraft/class_308$class_11274;official aLfsu$a;a:Lfsu$a;
-
ITEMS_FLAT
- Mappings:
Namespace Name Mixin selector named ITEMS_FLATLnet/minecraft/client/render/DiffuseLighting$Type;ITEMS_FLAT:Lnet/minecraft/client/render/DiffuseLighting$Type;intermediary field_60026Lnet/minecraft/class_308$class_11274;field_60026:Lnet/minecraft/class_308$class_11274;official bLfsu$a;b:Lfsu$a;
-
ITEMS_3D
- Mappings:
Namespace Name Mixin selector named ITEMS_3DLnet/minecraft/client/render/DiffuseLighting$Type;ITEMS_3D:Lnet/minecraft/client/render/DiffuseLighting$Type;intermediary field_60027Lnet/minecraft/class_308$class_11274;field_60027:Lnet/minecraft/class_308$class_11274;official cLfsu$a;c:Lfsu$a;
-
ENTITY_IN_UI
- Mappings:
Namespace Name Mixin selector named ENTITY_IN_UILnet/minecraft/client/render/DiffuseLighting$Type;ENTITY_IN_UI:Lnet/minecraft/client/render/DiffuseLighting$Type;intermediary field_60028Lnet/minecraft/class_308$class_11274;field_60028:Lnet/minecraft/class_308$class_11274;official dLfsu$a;d:Lfsu$a;
-
PLAYER_SKIN
- Mappings:
Namespace Name Mixin selector named PLAYER_SKINLnet/minecraft/client/render/DiffuseLighting$Type;PLAYER_SKIN:Lnet/minecraft/client/render/DiffuseLighting$Type;intermediary field_60029Lnet/minecraft/class_308$class_11274;field_60029:Lnet/minecraft/class_308$class_11274;official eLfsu$a;e:Lfsu$a;
-
-
Constructor Details
-
Type
private Type()
-
-
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
-