Package net.minecraft.client.util
Enum Class ColorLerper.Type
- All Implemented Interfaces:
Serializable,Comparable<ColorLerper.Type>,Constable
- Enclosing class:
ColorLerper
- Mappings:
Namespace Name named net/minecraft/client/util/ColorLerper$Typeintermediary net/minecraft/class_11462$class_11463official gbd$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal intstatic ColorLerper.TypeReturns the enum constant of this class with the specified name.static ColorLerper.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SHEEP
- Mappings:
Namespace Name Mixin selector named SHEEPLnet/minecraft/client/util/ColorLerper$Type;SHEEP:Lnet/minecraft/client/util/ColorLerper$Type;intermediary field_60687Lnet/minecraft/class_11462$class_11463;field_60687:Lnet/minecraft/class_11462$class_11463;official aLgbd$a;a:Lgbd$a;
-
MUSIC_NOTE
- Mappings:
Namespace Name Mixin selector named MUSIC_NOTELnet/minecraft/client/util/ColorLerper$Type;MUSIC_NOTE:Lnet/minecraft/client/util/ColorLerper$Type;intermediary field_60688Lnet/minecraft/class_11462$class_11463;field_60688:Lnet/minecraft/class_11462$class_11463;official bLgbd$a;b:Lgbd$a;
-
-
Field Details
-
colorDuration
final int colorDuration- Mappings:
Namespace Name Mixin selector named colorDurationLnet/minecraft/client/util/ColorLerper$Type;colorDuration:Iintermediary field_60689Lnet/minecraft/class_11462$class_11463;field_60689:Iofficial cLgbd$a;c:I
-
colorToArgb
- Mappings:
Namespace Name Mixin selector named colorToArgbLnet/minecraft/client/util/ColorLerper$Type;colorToArgb:Ljava/util/Map;intermediary field_60690Lnet/minecraft/class_11462$class_11463;field_60690:Ljava/util/Map;official dLgbd$a;d:Ljava/util/Map;
-
colors
- Mappings:
Namespace Name Mixin selector named colorsLnet/minecraft/client/util/ColorLerper$Type;colors:[Lnet/minecraft/util/DyeColor;intermediary field_60691Lnet/minecraft/class_11462$class_11463;field_60691:[Lnet/minecraft/class_1767;official eLgbd$a;e:[Ldgo;
-
-
Constructor Details
-
Type
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/util/ColorLerper$Type;<init>(Ljava/lang/String;II[Lnet/minecraft/util/DyeColor;F)Vintermediary <init>Lnet/minecraft/class_11462$class_11463;<init>(Ljava/lang/String;II[Lnet/minecraft/class_1767;F)Vofficial <init>Lgbd$a;<init>(Ljava/lang/String;II[Ldgo;F)V
-
-
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
-
getArgb
- Mappings:
Namespace Name Mixin selector named getArgbLnet/minecraft/client/util/ColorLerper$Type;getArgb(Lnet/minecraft/util/DyeColor;)Iintermediary method_71793Lnet/minecraft/class_11462$class_11463;method_71793(Lnet/minecraft/class_1767;)Iofficial aLgbd$a;a(Ldgo;)I
-