forked from MagicBane/Server
optimize
This commit is contained in:
@@ -51,7 +51,7 @@ public class Item extends AbstractWorldObject {
|
||||
private short durabilityCurrent;
|
||||
private byte chargesRemaining;
|
||||
private byte equipSlot;
|
||||
private boolean canDestroy;
|
||||
public boolean canDestroy;
|
||||
private boolean rentable;
|
||||
private boolean isRandom = false;
|
||||
private int value;
|
||||
|
||||
@@ -39,7 +39,7 @@ public class ItemBase{
|
||||
private int uuid;
|
||||
private String name;
|
||||
private float durability;
|
||||
private int value;
|
||||
public int value;
|
||||
private short weight;
|
||||
private short color;
|
||||
private ItemType type;
|
||||
|
||||
Reference in New Issue
Block a user