Class PreGeneratorsLoadingEvent


public class PreGeneratorsLoadingEvent extends ApplicationLoadedEvent

This event is triggered before generators are loaded. This event can be used to load custom ModElementType or other plugin features. As it is triggered after plugins are loaded, except generators, this event can be used to create new features for plugins.

  • Constructor Details

    • PreGeneratorsLoadingEvent

      public PreGeneratorsLoadingEvent(MCreatorApplication mcreatorApplication)