public static class Definitions.ClothingDefinition
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
int |
getAbsorbency() |
short |
getID()
Gets the clothing id.
|
int |
getInsulation() |
java.lang.String |
getName()
Gets the name of the piece of clothes (always lowercase).
|
int |
getProtection() |
boolean |
isArmor() |
boolean |
isCamouflage() |
boolean |
isFootgear() |
boolean |
isHeadgear() |
boolean |
isHeatProtective() |
public short getID()
public java.lang.String getName()
public boolean isArmor()
public boolean isFootgear()
public boolean isHeadgear()
public boolean isCamouflage()
public boolean isHeatProtective()
public int getInsulation()
public int getAbsorbency()
public int getProtection()