net.minecraft.item

public enum DyeColor

implements StringSerializable

asc
net.minecraft.class_2674
net.minecraft.item.DyeColor
net.minecraft.item.EnumDyeColor
net.minecraft.item.EnumDyeColor

Enum constant summary

Enum Constant
a
field_12157
WHITE
WHITE
WHITE
b
field_12158
ORANGE
ORANGE
ORANGE
c
field_12159
MAGENTA
MAGENTA
MAGENTA
d
field_12160
LIGHT_BLUE
LIGHT_BLUE
LIGHT_BLUE
e
field_12161
YELLOW
YELLOW
YELLOW
f
field_12162
LIME
LIME
LIME
g
field_12163
PINK
PINK
PINK
h
field_12164
GRAY
GRAY
GRAY
i
field_17162
SILVER
LIGHT_GRAY
LIGHT_GRAY
j
field_12166
CYAN
CYAN
CYAN
k
field_12167
PURPLE
PURPLE
PURPLE
l
field_12168
BLUE
BLUE
BLUE
m
field_12169
BROWN
BROWN
BROWN
n
field_12170
GREEN
GREEN
GREEN
o
field_12171
RED
RED
RED
p
field_12172
BLACK
BLACK
BLACK

Field summary

Modifier and TypeField
private static final DyeColor[]
q
field_17163
BY_ID
field_196062_q
VALUES
private static final it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap<DyeColor>
r
field_17164
BY_FIREWORK_COLOR
field_196063_r
BY_FIREWORK_COLOR
private final int
s
field_12175
id
field_196064_s
id
private final String
t
field_12178
key
field_176785_v
translationKey
private final MapColor
u
field_17165
mapColor
field_196065_u
mapColor
private final int
v
field_15658
textureDiffuseColorRGB
field_193351_w
colorValue
private final int
w
field_17166
textureDiffuseColorBGR
field_196066_w
swappedColorValue
private final float[]
x
field_15659
textureDiffuseColors
field_193352_x
colorComponentValues
private final int
y
field_12176
fireworkColor
field_196067_y
fireworkColor

Constructor summary

ModifierConstructor
private (int arg0, String arg1, int id, MapColor key, int textureDiffuseColor)

Method summary

Modifier and TypeMethod
public int
a()
method_11274()
getId()
func_196059_a()
getId()
public String
b()
method_11278()
getKey()
func_176762_d()
getTranslationKey()
public float[]
d()
method_14223()
getTextureDiffuseColors()
func_193349_f()
getColorComponentValues()
public MapColor
e()
method_16045()
getMapColor()
func_196055_e()
getMapColor()
public int
f()
method_11276()
getFireworkColor()
func_196060_f()
getFireworkColor()
public static DyeColor
a(int arg0)
method_11277(int arg0)
byId(int id)
func_196056_a(int arg0)
byId(int arg0)
public static DyeColor
a(String arg0)
method_16041(String arg0)
byKey(String key)
func_204271_a(String arg0)
byTranslationKey(String arg0)
public String
m()
method_10853()
getSerializedName()
func_176610_l()
getName()
public int
c()
method_14222()
getTextureDiffuseColor()
func_196057_c()
func_196057_c()
public static DyeColor
b(int arg0)
method_16042(int arg0)
byFireworkColor(int fireworkColor)
func_196058_b(int arg0)
byFireworkColor(int arg0)