Class MessagesFactory
java.lang.Object
fr.multimc.api.commons.tools.messages.MessagesFactory
-
Constructor Summary
ConstructorsConstructorDescriptionMessagesFactory
(String prefix) MessagesFactory
(net.kyori.adventure.text.Component prefix) -
Method Summary
Modifier and TypeMethodDescriptionnet.kyori.adventure.text.Component
getChatMessage
(@NotNull MessageType messageType, @NotNull String playerName, @NotNull String message, @Nullable String teamName) net.kyori.adventure.text.Component
getChatMessage
(@NotNull MessageType messageType, @NotNull net.kyori.adventure.text.Component playerName, @NotNull net.kyori.adventure.text.Component message, @Nullable net.kyori.adventure.text.Component teamName)
-
Constructor Details
-
MessagesFactory
-
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)
-