Klasse ChatUtil
java.lang.Object
com.viaversion.viafabricplus.util.ChatUtil
This class contains methods to send messages to the player with the ViaFabricPlus prefix
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final Stringstatic final net.minecraft.network.chat.Component -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic 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)
-
Felddetails
-
PREFIX
-
PREFIX_TEXT
public static final net.minecraft.network.chat.Component PREFIX_TEXT
-
-
Konstruktordetails
-
ChatUtil
public ChatUtil()
-
-
Methodendetails
-
prefixText
Prefixes the message with the ViaFabricPlus prefix- Parameter:
message- The message to send- Gibt zurück:
- 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- Parameter:
message- The message to send- Gibt zurück:
- The prefixed message
-
sendPrefixedMessage
public static void sendPrefixedMessage(net.minecraft.network.chat.Component message) Sends a prefixed message to the player- Parameter:
message- The message to send
-
uncoverTranslationKey
- Parameter:
text- The text to uncover- Gibt zurück:
- The translation key of the text
-