public class SteamEconPlayerItem extends Object
SteamEconPlayerItem class.
| Constructor and Description |
|---|
SteamEconPlayerItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomDescription()
Getter for the field
customDescription. |
String |
getCustomName()
Getter for the field
customName. |
int |
getDefIndex()
Getter for the field
defIndex. |
List<SteamEconPlayerItemEquipInfo> |
getEquipInfos()
Getter for the field
equipInfos. |
int |
getId()
Getter for the field
id. |
int |
getInventory()
Getter for the field
inventory. |
List<SteamEconPlayerItemAttribute> |
getItemAttributes()
Getter for the field
itemAttributes. |
int |
getLevel()
Getter for the field
level. |
int |
getOriginalId()
Getter for the field
originalId. |
int |
getQuality()
Getter for the field
quality. |
int |
getQuantity()
Getter for the field
quantity. |
int |
getRarity()
Getter for the field
rarity. |
int |
getStyle()
Getter for the field
style. |
boolean |
isCannotCraft()
isCannotCraft.
|
boolean |
isCannotTrade()
isCannotTrade.
|
void |
setCannotCraft(boolean cannotCraft)
Setter for the field
cannotCraft. |
void |
setCannotTrade(boolean cannotTrade)
Setter for the field
cannotTrade. |
void |
setCustomDescription(String customDescription)
Setter for the field
customDescription. |
void |
setCustomName(String customName)
Setter for the field
customName. |
void |
setDefIndex(int defIndex)
Setter for the field
defIndex. |
void |
setEquipInfos(List<SteamEconPlayerItemEquipInfo> equipInfos)
Setter for the field
equipInfos. |
void |
setId(int id)
Setter for the field
id. |
void |
setInventory(int inventory)
Setter for the field
inventory. |
void |
setItemAttributes(List<SteamEconPlayerItemAttribute> itemAttributes)
Setter for the field
itemAttributes. |
void |
setLevel(int level)
Setter for the field
level. |
void |
setOriginalId(int originalId)
Setter for the field
originalId. |
void |
setQuality(int quality)
Setter for the field
quality. |
void |
setQuantity(int quantity)
Setter for the field
quantity. |
void |
setRarity(int rarity)
Setter for the field
rarity. |
void |
setStyle(int style)
Setter for the field
style. |
String |
toString() |
public int getId()
Getter for the field id.
public void setId(int id)
Setter for the field id.
id - a intpublic int getOriginalId()
Getter for the field originalId.
public void setOriginalId(int originalId)
Setter for the field originalId.
originalId - a intpublic int getDefIndex()
Getter for the field defIndex.
public void setDefIndex(int defIndex)
Setter for the field defIndex.
defIndex - a intpublic int getLevel()
Getter for the field level.
public void setLevel(int level)
Setter for the field level.
level - a intpublic int getQuality()
Getter for the field quality.
public void setQuality(int quality)
Setter for the field quality.
quality - a intpublic int getInventory()
Getter for the field inventory.
public void setInventory(int inventory)
Setter for the field inventory.
inventory - a intpublic int getQuantity()
Getter for the field quantity.
public void setQuantity(int quantity)
Setter for the field quantity.
quantity - a intpublic int getRarity()
Getter for the field rarity.
public void setRarity(int rarity)
Setter for the field rarity.
rarity - a intpublic boolean isCannotTrade()
isCannotTrade.
public void setCannotTrade(boolean cannotTrade)
Setter for the field cannotTrade.
cannotTrade - a booleanpublic List<SteamEconPlayerItemAttribute> getItemAttributes()
Getter for the field itemAttributes.
List objectpublic void setItemAttributes(List<SteamEconPlayerItemAttribute> itemAttributes)
Setter for the field itemAttributes.
itemAttributes - a List objectpublic List<SteamEconPlayerItemEquipInfo> getEquipInfos()
Getter for the field equipInfos.
List objectpublic void setEquipInfos(List<SteamEconPlayerItemEquipInfo> equipInfos)
Setter for the field equipInfos.
equipInfos - a List objectpublic boolean isCannotCraft()
isCannotCraft.
public void setCannotCraft(boolean cannotCraft)
Setter for the field cannotCraft.
cannotCraft - a booleanpublic String getCustomName()
Getter for the field customName.
String objectpublic void setCustomName(String customName)
Setter for the field customName.
customName - a String objectpublic String getCustomDescription()
Getter for the field customDescription.
String objectpublic void setCustomDescription(String customDescription)
Setter for the field customDescription.
customDescription - a String objectpublic int getStyle()
Getter for the field style.
public void setStyle(int style)
Setter for the field style.
style - a intCopyright © 2016–2024. All rights reserved.