Class LocaleSystem

  • All Implemented Interfaces:
    SubSystem

    @Singleton
    public class LocaleSystem
    extends java.lang.Object
    implements SubSystem
    System in charge of Locale.
    • Constructor Detail

      • LocaleSystem

        @Inject
        public LocaleSystem​(PlanFiles files,
                            PlanConfig config,
                            net.playeranalytics.plugin.server.PluginLogger logger,
                            ErrorLogger errorLogger)
    • Method Detail

      • getIdentifiers

        public static java.util.Map<java.lang.String,​Lang> getIdentifiers()
      • enable

        public void enable()
        Description copied from interface: SubSystem
        Performs enable actions for the subsystem.
        Specified by:
        enable in interface SubSystem
      • disable

        public void disable()
        Description copied from interface: SubSystem
        Performs disable actions for the subsystem
        Specified by:
        disable in interface SubSystem
      • getLocale

        public Locale getLocale()