Class ChatUtil
java.lang.Object
com.viaversion.viafabricplus.util.ChatUtil
This class contains methods to send messages to the player with the ViaFabricPlus prefix
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final net.minecraft.network.chat.Component -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.network.chat.ComponentprefixText(String message) Prefixes the message with the ViaFabricPlus prefixstatic net.minecraft.network.chat.ComponentprefixText(net.minecraft.network.chat.Component message) Prefixes the message with the ViaFabricPlus prefixstatic voidsendPrefixedMessage(net.minecraft.network.chat.Component message) Sends a prefixed message to the playerstatic StringuncoverTranslationKey(net.minecraft.network.chat.Component text)
-
Field Details
-
PREFIX
-
PREFIX_TEXT
public static final net.minecraft.network.chat.Component PREFIX_TEXT
-
-
Constructor Details
-
ChatUtil
public ChatUtil()
-
-
Method Details
-
prefixText
Prefixes the message with the ViaFabricPlus prefix- Parameters:
message- The message to send- Returns:
- The prefixed message
-
prefixText
public static net.minecraft.network.chat.Component prefixText(net.minecraft.network.chat.Component message) Prefixes the message with the ViaFabricPlus prefix- Parameters:
message- The message to send- Returns:
- The prefixed message
-
sendPrefixedMessage
public static void sendPrefixedMessage(net.minecraft.network.chat.Component message) Sends a prefixed message to the player- Parameters:
message- The message to send
-
uncoverTranslationKey
- Parameters:
text- The text to uncover- Returns:
- The translation key of the text
-