-
Inventory.addClothingItem(short clothingID,
int variant,
int stack,
int color,
long infoID)
Creates and adds a new clothing item to the inventory.
Storage.addClothingItem(short clothingID,
int variant,
int stack,
int color,
long infoID)
Creates and adds a new clothing item to the storage.
Creates and adds a new clothing item to the inventory.
Storage.addClothingItemToSlot(short clothingID,
int variant,
int stack,
int color,
long infoID,
int slot)
Creates and adds a new clothing item to the storage.