@ParametersAreNonnullByDefault @MethodsReturnNonnullByDefault
See: Description
| Class | Description |
|---|---|
| API |
Glue / actual references for the Architect API.
|
| ConverterAPI |
API entry point for registering and looking up
Converters. |
I assume you're here to register custom block converters to allow them being stored in and placed via blueprints.
To do so, have a look at implement a converter using the Converter
interface, then register the provider with Architect via ConverterAPI.addConverter(Converter).
The converter will then be queried by Architect when needed.