Interface ExtensionDefinition
- All Known Implementing Classes:
BlockDefinition, ItemDefinition
Common surface for block and item extension definitions loaded from JARs.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionManifest strategy id used to register the extension'sIgnisStrategy.getId()In-game type id fromconfig.yml.
-
Method Details
-
getId
String getId()In-game type id fromconfig.yml. -
getExtensionId
String getExtensionId()Manifest strategy id used to register the extension'sIgnisStrategy.
-