Package | Description |
---|---|
buildcraft.lib.registry |
Modifier and Type | Method and Description |
---|---|
static TagManager.EnumTagTypeMulti |
TagManager.EnumTagTypeMulti.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TagManager.EnumTagTypeMulti[] |
TagManager.EnumTagTypeMulti.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TagManager.TagEntry |
TagManager.TagEntry.addMultiTag(TagManager.EnumTagTypeMulti type,
java.lang.String... tags) |
static java.lang.String[] |
TagManager.getMultiTag(java.lang.String id,
TagManager.EnumTagTypeMulti type) |
java.lang.String[] |
TagManager.TagEntry.getMultiTag(TagManager.EnumTagTypeMulti type) |