Colorable

public interface Colorable

An object that can be colored.

Inheritors

Functions

Link copied to clipboard
public abstract DyeColor getColor()
Gets the color of this object.
Link copied to clipboard
public abstract void setColor(DyeColor color)
Sets the color of this object to the specified DyeColor.