Interface TranslationManager

All Superinterfaces:
Manager

public interface TranslationManager extends Manager
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull net.kyori.adventure.text.Component
    getMessage(@NotNull String path)
     
    @NotNull net.kyori.adventure.text.Component
    getMessage(@NotNull String path, @NotNull String language)
     
    @NotNull net.kyori.adventure.text.Component
    getMessage(@NotNull String path, @NotNull org.bukkit.OfflinePlayer player)
     
    @NotNull net.kyori.adventure.text.Component
    getMessage(@NotNull String path, @NotNull org.bukkit.command.CommandSender sender)
     

    Methods inherited from interface ua.mcchickenstudio.opencreative.managers.Manager

    getName
  • Method Details

    • getMessage

      @NotNull @NotNull net.kyori.adventure.text.Component getMessage(@NotNull @NotNull String path)
    • getMessage

      @NotNull @NotNull net.kyori.adventure.text.Component getMessage(@NotNull @NotNull String path, @NotNull @NotNull String language)
    • getMessage

      @NotNull @NotNull net.kyori.adventure.text.Component getMessage(@NotNull @NotNull String path, @NotNull @NotNull org.bukkit.command.CommandSender sender)
    • getMessage

      @NotNull @NotNull net.kyori.adventure.text.Component getMessage(@NotNull @NotNull String path, @NotNull @NotNull org.bukkit.OfflinePlayer player)