Class MessagesFactory

java.lang.Object
fr.multimc.api.commons.tools.messages.MessagesFactory

public class MessagesFactory extends Object
  • Constructor Details

    • MessagesFactory

      public MessagesFactory(String prefix)
    • MessagesFactory

      public MessagesFactory(net.kyori.adventure.text.Component prefix)
  • Method Details

    • getChatMessage

      public net.kyori.adventure.text.Component getChatMessage(@NotNull @NotNull MessageType messageType, @NotNull @NotNull String playerName, @NotNull @NotNull String message, @Nullable @Nullable String teamName)
    • getChatMessage

      public net.kyori.adventure.text.Component getChatMessage(@NotNull @NotNull MessageType messageType, @NotNull @NotNull net.kyori.adventure.text.Component playerName, @NotNull @NotNull net.kyori.adventure.text.Component message, @Nullable @Nullable net.kyori.adventure.text.Component teamName)