Package | Description |
---|---|
com.smartfoxserver.v2.buddylist | |
com.smartfoxserver.v2.entities.variables | |
com.smartfoxserver.v2.mmo |
Modifier and Type | Field and Description |
---|---|
protected VariableType |
SFSBuddyVariable.type |
Modifier and Type | Method and Description |
---|---|
VariableType |
SFSBuddyVariable.getType() |
Modifier and Type | Method and Description |
---|---|
protected void |
SFSBuddyVariable.setValueFromStringLiteral(VariableType type,
java.lang.String literal) |
Constructor and Description |
---|
SFSBuddyVariable(java.lang.String name,
java.lang.Object value,
VariableType type) |
Modifier and Type | Field and Description |
---|---|
protected VariableType |
SFSUserVariable.type |
Modifier and Type | Method and Description |
---|---|
static VariableType |
VariableType.fromId(int id) |
static VariableType |
VariableType.fromString(java.lang.String id) |
VariableType |
SFSUserVariable.getType()
Return the data type of the variable
|
VariableType |
Variable.getType()
Return the data type of the variable
|
static VariableType |
VariableType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VariableType[] |
VariableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SFSUserVariable.setValueFromStringLiteral(VariableType type,
java.lang.String literal) |
Constructor and Description |
---|
SFSUserVariable(java.lang.String name,
VariableType type,
java.lang.String literal) |
Constructor and Description |
---|
MMOItemVariable(java.lang.String name,
VariableType type,
java.lang.String literal) |