InitStage
Defines the stage at which something should be initialized.
Parameters
internalStage
The internal InternalInitStage to use.
runAfter
The default set of initializables that should this one should be initialized after.
runBefore
The default set of initializables that should this one should be initialized before.
Entries
Link copied to clipboard
Before configs are initialized. Can be used to register custom config serializers via Configs.registerSerializers.
Link copied to clipboard
After the first stage of resource pack generation ("pre-world") has finished. Lookup registries are now loaded.
Link copied to clipboard
After the world has been loaded.