Package zombie.inventory.types
Class Clothing.ClothingPatch
java.lang.Object
zombie.inventory.types.Clothing.ClothingPatch
- Enclosing class:
- Clothing
-
Field Summary
Modifier and TypeFieldDescriptionint
int
int
boolean
int
int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
void
load
(ByteBuffer byteBuffer, int int1) void
load_old
(ByteBuffer byteBuffer, int int1, boolean boolean1) Deprecated.void
save
(ByteBuffer byteBuffer, boolean boolean1) void
save_old
(ByteBuffer byteBuffer, boolean boolean1) 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 int1, int int2, boolean boolean1)
-
-
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 byteBuffer, int int1, boolean boolean1) throws IOException Deprecated.- Throws:
IOException
-