Package net.minecraft.block
Class MaterialColor
java.lang.Object
net.minecraft.block.MaterialColor
public class MaterialColor extends Object
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description private
MaterialColor(int id, int color)
-
Method Summary
Modifier and Type Method Description int
getRenderColor(int shade)
-
Field Details
-
COLORS
-
CLEAR
-
GRASS
-
SAND
-
WEB
-
LAVA
-
ICE
-
IRON
-
FOLIAGE
-
WHITE
-
CLAY
-
DIRT
-
STONE
-
WATER
-
WOOD
-
QUARTZ
-
ORANGE
-
MAGENTA
-
LIGHT_BLUE
-
YELLOW
-
LIME
-
PINK
-
GRAY
-
LIGHT_GRAY
-
CYAN
-
PURPLE
-
BLUE
-
BROWN
-
GREEN
-
RED
-
BLACK
-
GOLD
-
DIAMOND
-
LAPIS
-
EMERALD
-
SPRUCE
-
NETHER
-
WHITE_TERRACOTTA
-
ORANGE_TERRACOTTA
-
MAGENTA_TERRACOTTA
-
LIGHT_BLUE_TERRACOTTA
-
YELLOW_TERRACOTTA
-
LIME_TERRACOTTA
-
PINK_TERRACOTTA
-
GRAY_TERRACOTTA
-
LIGHT_GRAY_TERRACOTTA
-
CYAN_TERRACOTTA
-
PURPLE_TERRACOTTA
-
BLUE_TERRACOTTA
-
BROWN_TERRACOTTA
-
GREEN_TERRACOTTA
-
RED_TERRACOTTA
-
BLACK_TERRACOTTA
-
field_25702
-
field_25703
-
field_25704
-
field_25705
-
field_25706
-
field_25707
-
field_25708
-
color
public final int color -
id
public final int id
-
-
Constructor Details
-
MaterialColor
private MaterialColor(int id, int color)
-
-
Method Details
-
getRenderColor
@Environment(CLIENT) public int getRenderColor(int shade)
-