JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
org.geysermc.geyser.level.MapColor
Packages that use
MapColor
Package
Description
org.geysermc.geyser.level
Uses of
MapColor
in
org.geysermc.geyser.level
Methods in
org.geysermc.geyser.level
that return
MapColor
Modifier and Type
Method
Description
static
MapColor
MapColor.
fromId
(int id)
static
MapColor
MapColor.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
MapColor
[]
MapColor.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.