Package net.minecraft.src
Class MapColor
java.lang.Object
net.minecraft.src.MapColor
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MapColorThe map color for Air blocksstatic final MapColorThe map color for Clay blocksstatic final MapColorThe map color for Cloth and Sponge blocksfinal intHolds the index of the color used on map.intHolds the color in RGB value that will be rendered on maps.static final MapColorThe map color for Dirt blocksstatic final MapColorThe map color for Leaf, Plant, Cactus, and Pumpkin blocks.static final MapColorthis is the grass color in html formatstatic final MapColorThe map color for Ice blocksstatic final MapColorThe map color for Iron blocksstatic final MapColor[]Holds all the 16 colors used on maps, very similar of a pallete system.intstatic final MapColorThis is the color of the sandstatic final MapColorThe map color for Snow Cover and Snow blocksstatic final MapColorThe map color for Stone blocksstatic final MapColorThe map color for TNT blocksstatic final MapColorThe map color for Water blocksstatic final MapColorThe map color for Wood blocks -
Method Summary
-
Field Details
-
mapColorArray
Holds all the 16 colors used on maps, very similar of a pallete system. -
airColor
The map color for Air blocks -
grassColor
this is the grass color in html format -
sandColor
This is the color of the sand -
clothColor
The map color for Cloth and Sponge blocks -
tntColor
The map color for TNT blocks -
iceColor
The map color for Ice blocks -
ironColor
The map color for Iron blocks -
foliageColor
The map color for Leaf, Plant, Cactus, and Pumpkin blocks. -
snowColor
The map color for Snow Cover and Snow blocks -
clayColor
The map color for Clay blocks -
dirtColor
The map color for Dirt blocks -
stoneColor
The map color for Stone blocks -
waterColor
The map color for Water blocks -
woodColor
The map color for Wood blocks -
colorValue
public int colorValueHolds the color in RGB value that will be rendered on maps. -
colorIndex
public final int colorIndexHolds the index of the color used on map. -
origColorValue
public int origColorValue
-