|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.block.material.MapColor
public class MapColor
Field Summary | |
---|---|
static MapColor |
airColor
The map color for Air blocks |
static MapColor |
clayColor
The map color for Clay blocks |
static MapColor |
clothColor
The map color for Cloth and Sponge blocks |
int |
colorIndex
Holds the index of the color used on map. |
int |
colorValue
Holds the color in RGB value that will be rendered on maps. |
static MapColor |
dirtColor
The map color for Dirt blocks |
static MapColor |
foliageColor
The map color for Leaf, Plant, Cactus, and Pumpkin blocks. |
static MapColor |
grassColor
this is the grass color in html format |
static MapColor |
iceColor
The map color for Ice blocks |
static MapColor |
ironColor
The map color for Iron blocks |
static MapColor[] |
mapColorArray
Holds all the 16 colors used on maps, very similar of a pallete system. |
static MapColor |
sandColor
This is the color of the sand |
static MapColor |
snowColor
The map color for Snow Cover and Snow blocks |
static MapColor |
stoneColor
The map color for Stone blocks |
static MapColor |
tntColor
The map color for TNT blocks |
static MapColor |
waterColor
The map color for Water blocks |
static MapColor |
woodColor
The map color for Wood blocks |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final MapColor[] mapColorArray
public static final MapColor airColor
public static final MapColor grassColor
public static final MapColor sandColor
public static final MapColor clothColor
public static final MapColor tntColor
public static final MapColor iceColor
public static final MapColor ironColor
public static final MapColor foliageColor
public static final MapColor snowColor
public static final MapColor clayColor
public static final MapColor dirtColor
public static final MapColor stoneColor
public static final MapColor waterColor
public static final MapColor woodColor
public final int colorValue
public final int colorIndex
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |