java.lang.Object
com.github.imdabigboss.easydatapack.backend.registrar.GenericRegistrar
Direct Known Subclasses:
DefaultRegistrar, GeyserRegistrar

public abstract class GenericRegistrar extends Object
  • Constructor Details

    • GenericRegistrar

      public GenericRegistrar(EasyDatapack easyDatapack)
  • Method Details

    • onEnable

      public void onEnable()
    • onEnableInt

      public abstract void onEnableInt()
    • onDisable

      public void onDisable()
    • onDisableInt

      public abstract void onDisableInt()
    • registerCustomAdder

      public void registerCustomAdder(@NonNull Consumer<CustomAdder> customAdder)
    • registerCustomComponents

      protected void registerCustomComponents(Object event)
    • finalizeRegistration

      protected void finalizeRegistration()