public class MessageUtils extends Object
| Constructor and Description |
|---|
MessageUtils() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.gson.JsonObject |
formatJson(com.google.gson.JsonObject object) |
static String |
getBedrockMessage(com.github.steveice10.mc.protocol.data.message.Message message) |
static List<String> |
getTranslationParams(com.github.steveice10.mc.protocol.data.message.Message[] messages) |
static String |
getTranslationText(com.github.steveice10.mc.protocol.data.message.TranslationMessage message) |
static boolean |
isMessage(String text) |
public static List<String> getTranslationParams(com.github.steveice10.mc.protocol.data.message.Message[] messages)
public static String getTranslationText(com.github.steveice10.mc.protocol.data.message.TranslationMessage message)
public static String getBedrockMessage(com.github.steveice10.mc.protocol.data.message.Message message)
public static boolean isMessage(String text)
public static com.google.gson.JsonObject formatJson(com.google.gson.JsonObject object)
Copyright © 2020 GeyserMC. All rights reserved.