public class HardcodedColourScheme extends java.lang.Object implements ColourScheme
DEFAULT| Constructor and Description |
|---|
HardcodedColourScheme() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColour(Material material)
Get the colour of a particular Minecraft material.
|
public int getColour(Material material)
ColourSchemegetColour in interface ColourSchemematerial - The material for which to get the colour.