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