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$Type
intermediary net/minecraft/class_308$class_11274
official fnb$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.Type
Returns 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 LEVEL
Lnet/minecraft/client/render/DiffuseLighting$Type;LEVEL:Lnet/minecraft/client/render/DiffuseLighting$Type;
intermediary field_60025
Lnet/minecraft/class_308$class_11274;field_60025:Lnet/minecraft/class_308$class_11274;
official a
Lfnb$a;a:Lfnb$a;
-
ITEMS_FLAT
- Mappings:
Namespace Name Mixin selector named ITEMS_FLAT
Lnet/minecraft/client/render/DiffuseLighting$Type;ITEMS_FLAT:Lnet/minecraft/client/render/DiffuseLighting$Type;
intermediary field_60026
Lnet/minecraft/class_308$class_11274;field_60026:Lnet/minecraft/class_308$class_11274;
official b
Lfnb$a;b:Lfnb$a;
-
ITEMS_3D
- Mappings:
Namespace Name Mixin selector named ITEMS_3D
Lnet/minecraft/client/render/DiffuseLighting$Type;ITEMS_3D:Lnet/minecraft/client/render/DiffuseLighting$Type;
intermediary field_60027
Lnet/minecraft/class_308$class_11274;field_60027:Lnet/minecraft/class_308$class_11274;
official c
Lfnb$a;c:Lfnb$a;
-
ENTITY_IN_UI
- Mappings:
Namespace Name Mixin selector named ENTITY_IN_UI
Lnet/minecraft/client/render/DiffuseLighting$Type;ENTITY_IN_UI:Lnet/minecraft/client/render/DiffuseLighting$Type;
intermediary field_60028
Lnet/minecraft/class_308$class_11274;field_60028:Lnet/minecraft/class_308$class_11274;
official d
Lfnb$a;d:Lfnb$a;
-
PLAYER_SKIN
- Mappings:
Namespace Name Mixin selector named PLAYER_SKIN
Lnet/minecraft/client/render/DiffuseLighting$Type;PLAYER_SKIN:Lnet/minecraft/client/render/DiffuseLighting$Type;
intermediary field_60029
Lnet/minecraft/class_308$class_11274;field_60029:Lnet/minecraft/class_308$class_11274;
official e
Lfnb$a;e:Lfnb$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
-