public interface IMMOItem
MMOItem
Modifier and Type | Method and Description |
---|---|
int |
getId()
The MMOItem ID
|
IMMOItemVariable |
getVariable(java.lang.String varName)
Obtain a variable from the MMOItem via its name
|
java.util.List<IMMOItemVariable> |
getVariables()
Get a list of all variables attached to the MMOItem
|
void |
removeVariable(java.lang.String varName)
Used internally.
|
void |
setVariable(IMMOItemVariable var)
Used internally.
|
void |
setVariables(java.util.List<IMMOItemVariable> varList)
Used internally.
|
ISFSArray |
toSFSArray()
Used internally
|
int getId()
IMMOItemVariable getVariable(java.lang.String varName)
varName
- the variable namejava.util.List<IMMOItemVariable> getVariables()
void setVariable(IMMOItemVariable var)
void setVariables(java.util.List<IMMOItemVariable> varList)
void removeVariable(java.lang.String varName)
ISFSArray toSFSArray()