public class CONSOLES
extends java.lang.Object
Constructor and Description |
---|
CONSOLES() |
Modifier and Type | Method and Description |
---|---|
static java.util.HashMap<java.lang.String,SCHEMATIC> |
getBY_MATERIALS() |
static java.util.TreeMap<java.lang.String,SCHEMATIC> |
getBY_NAMES() |
static java.util.List<SCHEMATIC> |
getNO_BEACON() |
static void |
loadLookups() |
static SCHEMATIC |
SCHEMATICFor(org.bukkit.Material mat)
Attempts to get the SCHEMATIC with the given seed Material.
|
static SCHEMATIC |
SCHEMATICFor(java.lang.String perm)
Attempts to get the SCHEMATIC with the given name.
|
public static SCHEMATIC SCHEMATICFor(java.lang.String perm)
perm
- permission node of the SCHEMATIC to getpublic static SCHEMATIC SCHEMATICFor(org.bukkit.Material mat)
mat
- Name of the SCHEMATIC to getpublic static void loadLookups()
public static java.util.TreeMap<java.lang.String,SCHEMATIC> getBY_NAMES()
public static java.util.HashMap<java.lang.String,SCHEMATIC> getBY_MATERIALS()
public static java.util.List<SCHEMATIC> getNO_BEACON()