Class Clothing.ClothingPatch
java.lang.Object
zombie.inventory.types.Clothing.ClothingPatch
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
int
boolean
int
int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
void
load
(ByteBuffer input, int WorldVersion) void
load_old
(ByteBuffer input, int WorldVersion, boolean net) Deprecated.void
save
(ByteBuffer output, boolean net) void
save_old
(ByteBuffer output, boolean net) Deprecated.
-
Field Details
-
tailorLvl
public int tailorLvl -
fabricType
public int fabricType -
scratchDefense
public int scratchDefense -
biteDefense
public int biteDefense -
hasHole
public boolean hasHole -
conditionGain
public int conditionGain
-
-
Constructor Details
-
ClothingPatch
public ClothingPatch() -
ClothingPatch
public ClothingPatch(int int0, int int1, boolean boolean0)
-
-
Method Details
-
getFabricTypeName
-
getScratchDefense
public int getScratchDefense() -
getBiteDefense
public int getBiteDefense() -
getFabricType
public int getFabricType() -
save
- Throws:
IOException
-
load
- Throws:
IOException
-
save_old
Deprecated.- Throws:
IOException
-
load_old
@Deprecated public void load_old(ByteBuffer input, int WorldVersion, boolean net) throws IOException Deprecated.- Throws:
IOException
-