Package pers.neige.neigeitems.ref.chat
Class RefCraftChatMessage
-
- All Implemented Interfaces:
public final class RefCraftChatMessage
-
-
Constructor Summary
Constructors Constructor Description RefCraftChatMessage()
-
Method Summary
Modifier and Type Method Description static String
fromComponent(RefComponent component, RefChatFormatting defaultColor)
static String
fromComponent(RefComponent component)
static String
fromJSONComponent(String jsonMessage)
static String
fromStringToJSON(String message)
static String
fromStringToJSON(String message, boolean keepNewlines)
static Array<RefComponent>
fromString(String message)
static String
toJSON(RefComponent component)
static RefComponent
fromJSON(String jsonMessage)
-
-
Method Detail
-
fromComponent
static String fromComponent(RefComponent component, RefChatFormatting defaultColor)
-
fromComponent
static String fromComponent(RefComponent component)
-
fromJSONComponent
static String fromJSONComponent(String jsonMessage)
-
fromStringToJSON
static String fromStringToJSON(String message)
-
fromStringToJSON
static String fromStringToJSON(String message, boolean keepNewlines)
-
fromString
static Array<RefComponent> fromString(String message)
-
toJSON
static String toJSON(RefComponent component)
-
fromJSON
static RefComponent fromJSON(String jsonMessage)
-
-
-
-