public class SCHEMATIC
extends java.lang.Object
Constructor and Description |
---|
SCHEMATIC(java.lang.String seed,
java.lang.String permission,
java.lang.String description,
ConsoleSize consoleSize,
boolean beacon,
boolean lanterns,
boolean custom) |
Modifier and Type | Method and Description |
---|---|
ConsoleSize |
getConsoleSize()
Gets the console size for this SCHEMATIC.
|
java.lang.String |
getDescription()
Gets the SCHEMATIC description.
|
java.lang.String |
getPermission()
Gets the SCHEMATIC permission node.
|
java.lang.String |
getSeed()
Gets the seed block Material.
|
org.bukkit.Material |
getSeedMaterial()
Gets the block type of this SCHEMATIC.
|
boolean |
hasBeacon()
Checks if this SCHEMATIC has a beacon.
|
boolean |
hasLanterns()
Checks if this SCHEMATIC has a sea lanterns.
|
boolean |
isCustom()
Checks if this is a custom SCHEMATIC.
|
boolean |
mustUseSonic()
Checks if players must use the sonic to change the beacon glass colour.
|
public SCHEMATIC(java.lang.String seed, java.lang.String permission, java.lang.String description, ConsoleSize consoleSize, boolean beacon, boolean lanterns, boolean custom)
public java.lang.String getSeed()
public org.bukkit.Material getSeedMaterial()
public java.lang.String getPermission()
public java.lang.String getDescription()
public ConsoleSize getConsoleSize()
public boolean hasBeacon()
public boolean hasLanterns()
public boolean isCustom()
public boolean mustUseSonic()