JavaScript is disabled on your browser.
Description
Nested Class Summary
Enum Constant Summary
Method Summary
Enum Constant Details
NONE
GRASS
SAND
WOOL
FIRE
ICE
METAL
PLANT
SNOW
CLAY
DIRT
STONE
WATER
WOOD
QUARTZ
COLOR_ORANGE
COLOR_MAGENTA
COLOR_LIGHT_BLUE
COLOR_YELLOW
COLOR_LIGHT_GREEN
COLOR_PINK
COLOR_GRAY
COLOR_LIGHT_GRAY
COLOR_CYAN
COLOR_PURPLE
COLOR_BLUE
COLOR_BROWN
COLOR_GREEN
COLOR_RED
COLOR_BLACK
GOLD
DIAMOND
LAPIS
EMERALD
PODZOL
NETHER
TERRACOTTA_WHITE
TERRACOTTA_ORANGE
TERRACOTTA_MAGENTA
TERRACOTTA_LIGHT_BLUE
TERRACOTTA_YELLOW
TERRACOTTA_LIGHT_GREEN
TERRACOTTA_PINK
TERRACOTTA_GRAY
TERRACOTTA_LIGHT_GRAY
TERRACOTTA_CYAN
TERRACOTTA_PURPLE
TERRACOTTA_BLUE
TERRACOTTA_BROWN
TERRACOTTA_GREEN
TERRACOTTA_RED
TERRACOTTA_BLACK
CRIMSON_NYLIUM
CRIMSON_STEM
CRIMSON_HYPHAE
WARPED_NYLIUM
WARPED_STEM
WARPED_HYPHAE
WARPED_WART_BLOCK
Method Details
values()
valueOf(String)
multiply53()
multiply86()
multiply71()
baseColor()
red()
green()
blue()
closestColor(int)
Nested Class Summary
Nested Classes
static enum
How does Minestom compute RGB to MapColor transitions?
static enum
static class
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
byte
Returns the color index to use on a map
int
int
byte
Returns the color index with RGB multiplied by 0.53, to use on a map
byte
Returns the color index with RGB multiplied by 0.71, to use on a map
byte
Returns the color index with RGB multiplied by 0.86, to use on a map
int
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf