Package org.spongepowered.api.map.color
Class MapColorTypes
- java.lang.Object
-
- org.spongepowered.api.map.color.MapColorTypes
-
public final class MapColorTypes extends java.lang.Object
A pseudo-enum of supported elements on aMapCanvas
.The
colors
that these represent can be retrieved via theMapColorType.color()
method.
-
-
Field Summary
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Registry<MapColorType>
registry()
-
-
-
Field Detail
-
NONE
public static final DefaultedRegistryReference<MapColorType> NONE
-
COLOR_BLACK
public static final DefaultedRegistryReference<MapColorType> COLOR_BLACK
-
TERRACOTTA_BLACK
public static final DefaultedRegistryReference<MapColorType> TERRACOTTA_BLACK
-
COLOR_BLUE
public static final DefaultedRegistryReference<MapColorType> COLOR_BLUE
-
TERRACOTTA_BLUE
public static final DefaultedRegistryReference<MapColorType> TERRACOTTA_BLUE
-
COLOR_BROWN
public static final DefaultedRegistryReference<MapColorType> COLOR_BROWN
-
TERRACOTTA_BROWN
public static final DefaultedRegistryReference<MapColorType> TERRACOTTA_BROWN
-
CLAY
public static final DefaultedRegistryReference<MapColorType> CLAY
-
COLOR_CYAN
public static final DefaultedRegistryReference<MapColorType> COLOR_CYAN
-
TERRACOTTA_CYAN
public static final DefaultedRegistryReference<MapColorType> TERRACOTTA_CYAN
-
DIAMOND
public static final DefaultedRegistryReference<MapColorType> DIAMOND
-
DIRT
public static final DefaultedRegistryReference<MapColorType> DIRT
-
EMERALD
public static final DefaultedRegistryReference<MapColorType> EMERALD
-
PLANT
public static final DefaultedRegistryReference<MapColorType> PLANT
-
GOLD
public static final DefaultedRegistryReference<MapColorType> GOLD
-
GRASS
public static final DefaultedRegistryReference<MapColorType> GRASS
-
COLOR_GRAY
public static final DefaultedRegistryReference<MapColorType> COLOR_GRAY
-
TERRACOTTA_GRAY
public static final DefaultedRegistryReference<MapColorType> TERRACOTTA_GRAY
-
COLOR_GREEN
public static final DefaultedRegistryReference<MapColorType> COLOR_GREEN
-
TERRACOTTA_GREEN
public static final DefaultedRegistryReference<MapColorType> TERRACOTTA_GREEN
-
ICE
public static final DefaultedRegistryReference<MapColorType> ICE
-
METAL
public static final DefaultedRegistryReference<MapColorType> METAL
-
LAPIS_LAZULI
public static final DefaultedRegistryReference<MapColorType> LAPIS_LAZULI
-
COLOR_LIGHT_BLUE
public static final DefaultedRegistryReference<MapColorType> COLOR_LIGHT_BLUE
-
TERRACOTTA_LIGHT_BLUE
public static final DefaultedRegistryReference<MapColorType> TERRACOTTA_LIGHT_BLUE
-
COLOR_LIGHT_GREEN
public static final DefaultedRegistryReference<MapColorType> COLOR_LIGHT_GREEN
-
TERRACOTTA_LIGHT_GREEN
public static final DefaultedRegistryReference<MapColorType> TERRACOTTA_LIGHT_GREEN
-
COLOR_MAGENTA
public static final DefaultedRegistryReference<MapColorType> COLOR_MAGENTA
-
TERRACOTTA_MAGENTA
public static final DefaultedRegistryReference<MapColorType> TERRACOTTA_MAGENTA
-
NETHER
public static final DefaultedRegistryReference<MapColorType> NETHER
-
PODZOL
public static final DefaultedRegistryReference<MapColorType> PODZOL
-
COLOR_ORANGE
public static final DefaultedRegistryReference<MapColorType> COLOR_ORANGE
-
TERRACOTTA_ORANGE
public static final DefaultedRegistryReference<MapColorType> TERRACOTTA_ORANGE
-
COLOR_PINK
public static final DefaultedRegistryReference<MapColorType> COLOR_PINK
-
TERRACOTTA_PINK
public static final DefaultedRegistryReference<MapColorType> TERRACOTTA_PINK
-
COLOR_PURPLE
public static final DefaultedRegistryReference<MapColorType> COLOR_PURPLE
-
TERRACOTTA_PURPLE
public static final DefaultedRegistryReference<MapColorType> TERRACOTTA_PURPLE
-
QUARTZ
public static final DefaultedRegistryReference<MapColorType> QUARTZ
-
COLOR_RED
public static final DefaultedRegistryReference<MapColorType> COLOR_RED
-
TERRACOTTA_RED
public static final DefaultedRegistryReference<MapColorType> TERRACOTTA_RED
-
SAND
public static final DefaultedRegistryReference<MapColorType> SAND
-
COLOR_LIGHT_GRAY
public static final DefaultedRegistryReference<MapColorType> COLOR_LIGHT_GRAY
-
TERRACOTTA_LIGHT_GRAY
public static final DefaultedRegistryReference<MapColorType> TERRACOTTA_LIGHT_GRAY
-
SNOW
public static final DefaultedRegistryReference<MapColorType> SNOW
-
STONE
public static final DefaultedRegistryReference<MapColorType> STONE
-
FIRE
public static final DefaultedRegistryReference<MapColorType> FIRE
-
WATER
public static final DefaultedRegistryReference<MapColorType> WATER
-
TERRACOTTA_WHITE
public static final DefaultedRegistryReference<MapColorType> TERRACOTTA_WHITE
-
WOOD
public static final DefaultedRegistryReference<MapColorType> WOOD
-
WOOL
public static final DefaultedRegistryReference<MapColorType> WOOL
-
COLOR_YELLOW
public static final DefaultedRegistryReference<MapColorType> COLOR_YELLOW
-
TERRACOTTA_YELLOW
public static final DefaultedRegistryReference<MapColorType> TERRACOTTA_YELLOW
-
CRIMSON_NYLIUM
public static final DefaultedRegistryReference<MapColorType> CRIMSON_NYLIUM
-
CRIMSON_STEM
public static final DefaultedRegistryReference<MapColorType> CRIMSON_STEM
-
CRIMSON_HYPHAE
public static final DefaultedRegistryReference<MapColorType> CRIMSON_HYPHAE
-
WARPED_NYLIUM
public static final DefaultedRegistryReference<MapColorType> WARPED_NYLIUM
-
WARPED_STEM
public static final DefaultedRegistryReference<MapColorType> WARPED_STEM
-
WARPED_HYPHAE
public static final DefaultedRegistryReference<MapColorType> WARPED_HYPHAE
-
WARPED_WART_BLOCK
public static final DefaultedRegistryReference<MapColorType> WARPED_WART_BLOCK
-
-
Method Detail
-
registry
public static Registry<MapColorType> registry()
-
-