Comment cleanup
This commit is contained in:
@@ -90,51 +90,30 @@ public class TransferItemFromInventoryToEquipMsg extends ClientNetMsg {
|
|||||||
writer.putFloat(unknown1);
|
writer.putFloat(unknown1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @return the itemBase
|
|
||||||
*/
|
|
||||||
public int getTemplateID() {
|
public int getTemplateID() {
|
||||||
return templateID;
|
return templateID;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @param templateID the itemBase to set
|
|
||||||
*/
|
|
||||||
public void setTemplateID(int templateID) {
|
public void setTemplateID(int templateID) {
|
||||||
this.templateID = templateID;
|
this.templateID = templateID;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @return the type
|
|
||||||
*/
|
|
||||||
public int getType() {
|
public int getType() {
|
||||||
return type;
|
return type;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @param type the type to set
|
|
||||||
*/
|
|
||||||
public void setType(int type) {
|
public void setType(int type) {
|
||||||
this.type = type;
|
this.type = type;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @return the objectUUID
|
|
||||||
*/
|
|
||||||
public int getUUID() {
|
public int getUUID() {
|
||||||
return objectUUID;
|
return objectUUID;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @return the unknown1
|
|
||||||
*/
|
|
||||||
public float getUnknown1() {
|
public float getUnknown1() {
|
||||||
return unknown1;
|
return unknown1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @param unknown1 the unknown1 to set
|
|
||||||
*/
|
|
||||||
public void setUnknown1(float unknown1) {
|
public void setUnknown1(float unknown1) {
|
||||||
this.unknown1 = unknown1;
|
this.unknown1 = unknown1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user