Package net.minecraft.util
Enum Class DyeColor
- All Implemented Interfaces:
Serializable
,Comparable<DyeColor>
,Constable
,StringIdentifiable
An enum representing 16 dye colors.
- Mappings:
Namespace Name official cel
intermediary net/minecraft/class_1767
named net/minecraft/util/DyeColor
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.Codec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final Int2ObjectOpenHashMap<DyeColor>
private static final IntFunction<DyeColor>
static final StringIdentifiable.Codec<DyeColor>
private final float[]
private final int
private final int
private final MapColor
private final String
private final int
Fields inherited from interface net.minecraft.util.StringIdentifiable
field_38377
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.byFireworkColor
(int color) Returns the dye color whose firework color iscolor
, ornull
if there is no such color.static DyeColor
byId
(int id) Returns the dye color whose ID isid
.Returns the dye color whose name isname
, ordefaultColor
if there is no such color.float[]
Returns the float array containing the red, green and blue components of this dye color.int
Returns the color used for colored fireworks as RGB integer.int
getId()
Returns the integer ID of the dye color.Returns the corresponding map color.getName()
Returns the name of the dye color.int
Returns the color used for dyed signs as RGB integer.toString()
static DyeColor
Returns the enum constant of this class with the specified name.static DyeColor[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
WHITE
- Mappings:
Namespace Name Mixin selector official a
Lcel;a:Lcel;
intermediary field_7952
Lnet/minecraft/class_1767;field_7952:Lnet/minecraft/class_1767;
named WHITE
Lnet/minecraft/util/DyeColor;WHITE:Lnet/minecraft/util/DyeColor;
-
ORANGE
- Mappings:
Namespace Name Mixin selector official b
Lcel;b:Lcel;
intermediary field_7946
Lnet/minecraft/class_1767;field_7946:Lnet/minecraft/class_1767;
named ORANGE
Lnet/minecraft/util/DyeColor;ORANGE:Lnet/minecraft/util/DyeColor;
-
MAGENTA
- Mappings:
Namespace Name Mixin selector official c
Lcel;c:Lcel;
intermediary field_7958
Lnet/minecraft/class_1767;field_7958:Lnet/minecraft/class_1767;
named MAGENTA
Lnet/minecraft/util/DyeColor;MAGENTA:Lnet/minecraft/util/DyeColor;
-
LIGHT_BLUE
- Mappings:
Namespace Name Mixin selector official d
Lcel;d:Lcel;
intermediary field_7951
Lnet/minecraft/class_1767;field_7951:Lnet/minecraft/class_1767;
named LIGHT_BLUE
Lnet/minecraft/util/DyeColor;LIGHT_BLUE:Lnet/minecraft/util/DyeColor;
-
YELLOW
- Mappings:
Namespace Name Mixin selector official e
Lcel;e:Lcel;
intermediary field_7947
Lnet/minecraft/class_1767;field_7947:Lnet/minecraft/class_1767;
named YELLOW
Lnet/minecraft/util/DyeColor;YELLOW:Lnet/minecraft/util/DyeColor;
-
LIME
- Mappings:
Namespace Name Mixin selector official f
Lcel;f:Lcel;
intermediary field_7961
Lnet/minecraft/class_1767;field_7961:Lnet/minecraft/class_1767;
named LIME
Lnet/minecraft/util/DyeColor;LIME:Lnet/minecraft/util/DyeColor;
-
PINK
- Mappings:
Namespace Name Mixin selector official g
Lcel;g:Lcel;
intermediary field_7954
Lnet/minecraft/class_1767;field_7954:Lnet/minecraft/class_1767;
named PINK
Lnet/minecraft/util/DyeColor;PINK:Lnet/minecraft/util/DyeColor;
-
GRAY
- Mappings:
Namespace Name Mixin selector official h
Lcel;h:Lcel;
intermediary field_7944
Lnet/minecraft/class_1767;field_7944:Lnet/minecraft/class_1767;
named GRAY
Lnet/minecraft/util/DyeColor;GRAY:Lnet/minecraft/util/DyeColor;
-
LIGHT_GRAY
- Mappings:
Namespace Name Mixin selector official i
Lcel;i:Lcel;
intermediary field_7967
Lnet/minecraft/class_1767;field_7967:Lnet/minecraft/class_1767;
named LIGHT_GRAY
Lnet/minecraft/util/DyeColor;LIGHT_GRAY:Lnet/minecraft/util/DyeColor;
-
CYAN
- Mappings:
Namespace Name Mixin selector official j
Lcel;j:Lcel;
intermediary field_7955
Lnet/minecraft/class_1767;field_7955:Lnet/minecraft/class_1767;
named CYAN
Lnet/minecraft/util/DyeColor;CYAN:Lnet/minecraft/util/DyeColor;
-
PURPLE
- Mappings:
Namespace Name Mixin selector official k
Lcel;k:Lcel;
intermediary field_7945
Lnet/minecraft/class_1767;field_7945:Lnet/minecraft/class_1767;
named PURPLE
Lnet/minecraft/util/DyeColor;PURPLE:Lnet/minecraft/util/DyeColor;
-
BLUE
- Mappings:
Namespace Name Mixin selector official l
Lcel;l:Lcel;
intermediary field_7966
Lnet/minecraft/class_1767;field_7966:Lnet/minecraft/class_1767;
named BLUE
Lnet/minecraft/util/DyeColor;BLUE:Lnet/minecraft/util/DyeColor;
-
BROWN
- Mappings:
Namespace Name Mixin selector official m
Lcel;m:Lcel;
intermediary field_7957
Lnet/minecraft/class_1767;field_7957:Lnet/minecraft/class_1767;
named BROWN
Lnet/minecraft/util/DyeColor;BROWN:Lnet/minecraft/util/DyeColor;
-
GREEN
- Mappings:
Namespace Name Mixin selector official n
Lcel;n:Lcel;
intermediary field_7942
Lnet/minecraft/class_1767;field_7942:Lnet/minecraft/class_1767;
named GREEN
Lnet/minecraft/util/DyeColor;GREEN:Lnet/minecraft/util/DyeColor;
-
RED
- Mappings:
Namespace Name Mixin selector official o
Lcel;o:Lcel;
intermediary field_7964
Lnet/minecraft/class_1767;field_7964:Lnet/minecraft/class_1767;
named RED
Lnet/minecraft/util/DyeColor;RED:Lnet/minecraft/util/DyeColor;
-
BLACK
- Mappings:
Namespace Name Mixin selector official p
Lcel;p:Lcel;
intermediary field_7963
Lnet/minecraft/class_1767;field_7963:Lnet/minecraft/class_1767;
named BLACK
Lnet/minecraft/util/DyeColor;BLACK:Lnet/minecraft/util/DyeColor;
-
-
Field Details
-
BY_ID
- Mappings:
Namespace Name Mixin selector official r
Lcel;r:Ljava/util/function/IntFunction;
intermediary field_7959
Lnet/minecraft/class_1767;field_7959:Ljava/util/function/IntFunction;
named BY_ID
Lnet/minecraft/util/DyeColor;BY_ID:Ljava/util/function/IntFunction;
-
BY_FIREWORK_COLOR
- Mappings:
Namespace Name Mixin selector official s
Lcel;s:Lit/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap;
intermediary field_7950
Lnet/minecraft/class_1767;field_7950:Lit/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap;
named BY_FIREWORK_COLOR
Lnet/minecraft/util/DyeColor;BY_FIREWORK_COLOR:Lit/unimi/dsi/fastutil/ints/Int2ObjectOpenHashMap;
-
CODEC
- Mappings:
Namespace Name Mixin selector official q
Lcel;q:Laqa$a;
intermediary field_41600
Lnet/minecraft/class_1767;field_41600:Lnet/minecraft/class_3542$class_7292;
named CODEC
Lnet/minecraft/util/DyeColor;CODEC:Lnet/minecraft/util/StringIdentifiable$Codec;
-
id
private final int id- Mappings:
Namespace Name Mixin selector official t
Lcel;t:I
intermediary field_7965
Lnet/minecraft/class_1767;field_7965:I
named id
Lnet/minecraft/util/DyeColor;id:I
-
name
- Mappings:
Namespace Name Mixin selector official u
Lcel;u:Ljava/lang/String;
intermediary field_7948
Lnet/minecraft/class_1767;field_7948:Ljava/lang/String;
named name
Lnet/minecraft/util/DyeColor;name:Ljava/lang/String;
-
mapColor
- Mappings:
Namespace Name Mixin selector official v
Lcel;v:Ldwo;
intermediary field_7956
Lnet/minecraft/class_1767;field_7956:Lnet/minecraft/class_3620;
named mapColor
Lnet/minecraft/util/DyeColor;mapColor:Lnet/minecraft/block/MapColor;
-
colorComponents
private final float[] colorComponents- Mappings:
Namespace Name Mixin selector official w
Lcel;w:[F
intermediary field_7943
Lnet/minecraft/class_1767;field_7943:[F
named colorComponents
Lnet/minecraft/util/DyeColor;colorComponents:[F
-
fireworkColor
private final int fireworkColor- Mappings:
Namespace Name Mixin selector official x
Lcel;x:I
intermediary field_7960
Lnet/minecraft/class_1767;field_7960:I
named fireworkColor
Lnet/minecraft/util/DyeColor;fireworkColor:I
-
signColor
private final int signColor- Mappings:
Namespace Name Mixin selector official y
Lcel;y:I
intermediary field_16537
Lnet/minecraft/class_1767;field_16537:I
named signColor
Lnet/minecraft/util/DyeColor;signColor:I
-
-
Constructor Details
-
DyeColor
private DyeColor(int id, String name, int color, MapColor mapColor, int fireworkColor, int signColor) - Mappings:
Namespace Name Mixin selector official <init>
Lcel;<init>(Ljava/lang/String;IILjava/lang/String;ILdwo;II)V
intermediary <init>
Lnet/minecraft/class_1767;<init>(Ljava/lang/String;IILjava/lang/String;ILnet/minecraft/class_3620;II)V
named <init>
Lnet/minecraft/util/DyeColor;<init>(Ljava/lang/String;IILjava/lang/String;ILnet/minecraft/block/MapColor;II)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
-
getId
public int getId()Returns the integer ID of the dye color.- Returns:
- the integer ID of the dye color
- Mappings:
Namespace Name Mixin selector official a
Lcel;a()I
intermediary method_7789
Lnet/minecraft/class_1767;method_7789()I
named getId
Lnet/minecraft/util/DyeColor;getId()I
-
getName
Returns the name of the dye color.- Returns:
- the name of the dye color
- Mappings:
Namespace Name Mixin selector official b
Lcel;b()Ljava/lang/String;
intermediary method_7792
Lnet/minecraft/class_1767;method_7792()Ljava/lang/String;
named getName
Lnet/minecraft/util/DyeColor;getName()Ljava/lang/String;
-
getColorComponents
public float[] getColorComponents()Returns the float array containing the red, green and blue components of this dye color.Each value of the array is between
0.0
and255.0
(both inclusive).- Returns:
- the float array containing the red, green and blue components of this dye color
- Mappings:
Namespace Name Mixin selector official d
Lcel;d()[F
intermediary method_7787
Lnet/minecraft/class_1767;method_7787()[F
named getColorComponents
Lnet/minecraft/util/DyeColor;getColorComponents()[F
-
getMapColor
Returns the corresponding map color.- Returns:
- the corresponding map color
- Mappings:
Namespace Name Mixin selector official e
Lcel;e()Ldwo;
intermediary method_7794
Lnet/minecraft/class_1767;method_7794()Lnet/minecraft/class_3620;
named getMapColor
Lnet/minecraft/util/DyeColor;getMapColor()Lnet/minecraft/block/MapColor;
-
getFireworkColor
public int getFireworkColor()Returns the color used for colored fireworks as RGB integer.The returned value is between
0
and0xFFFFFF
.- Returns:
- the color used for colored fireworks as RGB integer
- Mappings:
Namespace Name Mixin selector official f
Lcel;f()I
intermediary method_7790
Lnet/minecraft/class_1767;method_7790()I
named getFireworkColor
Lnet/minecraft/util/DyeColor;getFireworkColor()I
-
getSignColor
public int getSignColor()Returns the color used for dyed signs as RGB integer.The returned value is between
0
and0xFFFFFF
.- Returns:
- the color used for dyed signs as RGB integer
- Mappings:
Namespace Name Mixin selector official g
Lcel;g()I
intermediary method_16357
Lnet/minecraft/class_1767;method_16357()I
named getSignColor
Lnet/minecraft/util/DyeColor;getSignColor()I
-
byId
Returns the dye color whose ID isid
.- Returns:
- the dye color whose ID is
id
- API Note:
- If out-of-range IDs are passed, this returns
WHITE
. - Mappings:
Namespace Name Mixin selector official a
Lcel;a(I)Lcel;
intermediary method_7791
Lnet/minecraft/class_1767;method_7791(I)Lnet/minecraft/class_1767;
named byId
Lnet/minecraft/util/DyeColor;byId(I)Lnet/minecraft/util/DyeColor;
-
byName
@Contract("_,!null->!null;_,null->_") @Nullable public static @Nullable DyeColor byName(String name, @Nullable @Nullable DyeColor defaultColor) Returns the dye color whose name isname
, ordefaultColor
if there is no such color.- Returns:
- the dye color whose name is
name
, ordefaultColor
if there is no such color - API Note:
- This returns
null
only ifdefaultColor
isnull
. - Mappings:
Namespace Name Mixin selector official a
Lcel;a(Ljava/lang/String;Lcel;)Lcel;
intermediary method_7793
Lnet/minecraft/class_1767;method_7793(Ljava/lang/String;Lnet/minecraft/class_1767;)Lnet/minecraft/class_1767;
named byName
Lnet/minecraft/util/DyeColor;byName(Ljava/lang/String;Lnet/minecraft/util/DyeColor;)Lnet/minecraft/util/DyeColor;
-
byFireworkColor
Returns the dye color whose firework color iscolor
, ornull
if there is no such color.- Returns:
- the dye color whose firework color is
color
, ornull
if there is no such color - Mappings:
Namespace Name Mixin selector official b
Lcel;b(I)Lcel;
intermediary method_7786
Lnet/minecraft/class_1767;method_7786(I)Lnet/minecraft/class_1767;
named byFireworkColor
Lnet/minecraft/util/DyeColor;byFireworkColor(I)Lnet/minecraft/util/DyeColor;
-
toString
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official c
Laqa;c()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-