Package net.minecraft.client.gl
Enum Class ColorLogic
- All Implemented Interfaces:
Serializable,Comparable<ColorLogic>,Constable
- Mappings:
Namespace Name named net/minecraft/client/gl/ColorLogicintermediary net/minecraft/class_10879official fke
-
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 ColorLogicReturns the enum constant of this class with the specified name.static ColorLogic[]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 named NONELnet/minecraft/client/gl/ColorLogic;NONE:Lnet/minecraft/client/gl/ColorLogic;intermediary field_57903Lnet/minecraft/class_10879;field_57903:Lnet/minecraft/class_10879;official aLfke;a:Lfke;
-
OR_REVERSE
- Mappings:
Namespace Name Mixin selector named OR_REVERSELnet/minecraft/client/gl/ColorLogic;OR_REVERSE:Lnet/minecraft/client/gl/ColorLogic;intermediary field_57904Lnet/minecraft/class_10879;field_57904:Lnet/minecraft/class_10879;official bLfke;b:Lfke;
-
-
Constructor Details
-
ColorLogic
private ColorLogic()
-
-
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
-