toggle menu
gekkit
0.1.0
jvm
switch theme
search in API
gekkit
/
org.bukkit.material
/
Colorable
Colorable
public
interface
Colorable
An object that can be colored.
Inheritors
Sheep
Dye
Wool
Members
Functions
get
Color
Link copied to clipboard
public
abstract
DyeColor
getColor
(
)
Gets the color of this object.
set
Color
Link copied to clipboard
public
abstract
void
setColor
(
DyeColor
color
)
Sets the color of this object to the specified DyeColor.