Class LocalizationService

java.lang.Object
io.github.thebusybiscuit.slimefun4.core.services.localization.SlimefunLocalization
io.github.thebusybiscuit.slimefun4.core.services.LocalizationService
All Implemented Interfaces:
net.kyori.adventure.key.Keyed, org.bukkit.Keyed

public class LocalizationService extends SlimefunLocalization
As the name suggests, this Service is responsible for Localization. It is used for managing the Language of a Player and the entire Server.
Author:
TheBusyBiscuit
See Also:
  • Constructor Details

    • LocalizationService

      public LocalizationService(@Nonnull Slimefun plugin, @Nullable String prefix, @Nullable String serverDefaultLanguage)
  • Method Details