Class RegisterLangEvent

java.lang.Object
net.minheur.potoflux.loader.mod.events.RegisterLangEvent
All Implemented Interfaces:
IEvent

public class RegisterLangEvent extends Object implements IEvent
Event to register your lang registries.
  • Constructor Details

    • RegisterLangEvent

      public RegisterLangEvent()
  • Method Details

    • registerLang

      public void registerLang(AbstractTranslationsRegistry registry)
      Call this to add your lang registry to the list
      Parameters:
      registry - the registry to add to the list
    • close

      public void close()
      Specified by:
      close in interface IEvent