Modifier and Type | Field and Description |
---|---|
ExtensionDependency.Type |
ExtensionDependency.type |
Modifier and Type | Method and Description |
---|---|
static ExtensionDependency.Type |
ExtensionDependency.Type.fromString(java.lang.String s) |
static ExtensionDependency.Type |
ExtensionDependency.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionDependency.Type[] |
ExtensionDependency.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ExtensionDependencyManager.clear(ExtensionDependency.Type type) |
static ExtensionDependency |
ExtensionDependency.fromString(java.lang.String s,
ExtensionDependency.Type defaultType) |
static ExtensionDependency[] |
ExtensionDependency.fromStringList(java.lang.String s,
ExtensionDependency.Type defaultType) |
Constructor and Description |
---|
ExtensionDependency(ExtensionDependency.Type type,
java.lang.String id,
stencyl.thirdparty.misc.Version version) |