net.minecraft.item

public enum DyeColor

implements StringSerializable

ary
net.minecraft.unmapped.C_62864401
net.minecraft.item.DyeColor
net.minecraft.item.EnumDyeColor

Enum constant summary

Enum Constant
a
f_68921487
WHITE
WHITE
b
f_86992368
ORANGE
ORANGE
c
f_06882338
MAGENTA
MAGENTA
d
f_36079712
LIGHT_BLUE
LIGHT_BLUE
e
f_08119147
YELLOW
YELLOW
f
f_45212634
LIME
LIME
g
f_68179939
PINK
PINK
h
f_92672970
GRAY
GRAY
i
f_22978507
SILVER
LIGHT_GRAY
j
f_91560391
CYAN
CYAN
k
f_53440015
PURPLE
PURPLE
l
f_06081897
BLUE
BLUE
m
f_43726474
BROWN
BROWN
n
f_66315872
GREEN
GREEN
o
f_31667317
RED
RED
p
f_56168974
BLACK
BLACK

Field summary

Modifier and TypeField
private static final DyeColor[]
q
f_18046648
BY_ID
field_196062_q
private static final it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap<DyeColor>
r
f_98255419
BY_FIREWORK_COLOR
field_196063_r
private final int
s
f_21023655
id
field_196064_s
private final String
t
f_13953063
key
field_176785_v
private final MapColor
u
f_13373743
mapColor
field_196065_u
private final int
v
f_57365007
textureDiffuseColorRGB
field_193351_w
private final int
w
f_82001887
textureDiffuseColorBGR
field_196066_w
private final float[]
x
f_31170735
textureDiffuseColors
field_193352_x
private final int
y
f_70124121
fireworkColor
field_196067_y

Constructor summary

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

Method summary

Modifier and TypeMethod
public int
a()
m_79997521()
getId()
func_196059_a()
public String
b()
m_07792353()
getKey()
func_176762_d()
public float[]
d()
m_52075251()
getTextureDiffuseColors()
func_193349_f()
public MapColor
e()
m_14280758()
getMapColor()
func_196055_e()
public int
f()
m_47383768()
getFireworkColor()
func_196060_f()
public static DyeColor
a(int arg0)
m_90899679(int arg0)
byId(int id)
func_196056_a(int arg0)
public static DyeColor
a(String arg0)
m_59937070(String arg0)
byKey(String key)
func_204271_a(String arg0)
public String
m()
m_50212521()
getSerializedName()
func_176610_l()
public int
c()
m_31909467()
getTextureDiffuseColor()
func_196057_c()
public static DyeColor
b(int arg0)
m_71123258(int arg0)
byFireworkColor(int fireworkColor)
func_196058_b(int arg0)