public static class Definitions.ConstructionDefinition
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
short |
getID()
Gets the construction type ID.
|
java.lang.String |
getName()
Gets the name of the construction element (alway lowercase).
|
int |
getStrength() |
boolean |
isGlass()
Gets whether or not this element is a glass pane.
|
boolean |
isPoster()
Gets whether or not this element is an image/poster.
|
public short getID()
public java.lang.String getName()
public boolean isPoster()
public boolean isGlass()
public int getStrength()