public class SteamEconPlayerItemAttribute<T> extends Object
SteamEconPlayerItemAttribute class.
| Constructor and Description |
|---|
SteamEconPlayerItemAttribute() |
| Modifier and Type | Method and Description |
|---|---|
SteamEconPlayerAccountInfo |
getAccountInfo()
Getter for the field
accountInfo. |
int |
getDefIndex()
Getter for the field
defIndex. |
float |
getFloatValue()
Getter for the field
floatValue. |
T |
getValue()
Getter for the field
value. |
void |
setAccountInfo(SteamEconPlayerAccountInfo accountInfo)
Setter for the field
accountInfo. |
void |
setDefIndex(int defIndex)
Setter for the field
defIndex. |
void |
setFloatValue(float floatValue)
Setter for the field
floatValue. |
void |
setValue(T value)
Setter for the field
value. |
String |
toString() |
public int getDefIndex()
Getter for the field defIndex.
public void setDefIndex(int defIndex)
Setter for the field defIndex.
defIndex - a intpublic T getValue()
Getter for the field value.
public void setValue(T value)
Setter for the field value.
value - a T objectpublic float getFloatValue()
Getter for the field floatValue.
public void setFloatValue(float floatValue)
Setter for the field floatValue.
floatValue - a floatpublic SteamEconPlayerAccountInfo getAccountInfo()
Getter for the field accountInfo.
SteamEconPlayerAccountInfo objectpublic void setAccountInfo(SteamEconPlayerAccountInfo accountInfo)
Setter for the field accountInfo.
accountInfo - a SteamEconPlayerAccountInfo objectCopyright © 2016–2024. All rights reserved.