| Package | Description |
|---|---|
| io.github.ibuildthecloud.gdapi.condition | |
| io.github.ibuildthecloud.gdapi.model |
| Modifier and Type | Field and Description |
|---|---|
static ConditionType[] |
ConditionType.NUMBER_MODS |
static ConditionType[] |
ConditionType.STRING_MODS |
static ConditionType[] |
ConditionType.VALUE_MODS |
| Modifier and Type | Method and Description |
|---|---|
ConditionType |
Condition.getConditionType() |
static ConditionType |
ConditionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionType[] |
ConditionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Condition(ConditionType conditionType) |
Condition(ConditionType conditionType,
List<Object> values) |
Condition(ConditionType conditionType,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
Set<ConditionType> |
FieldType.getModifiers() |
Copyright © 2014. All rights reserved.