public class VelocityUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static net.kyori.adventure.text.TextComponent |
color(java.lang.String text) |
static net.kyori.adventure.text.TextComponent |
color(java.lang.String text,
char colorCode) |
static net.kyori.adventure.text.TextComponent |
hexColor(java.lang.String text) |
static boolean |
isConsole(com.velocitypowered.api.command.CommandSource source) |
static com.velocitypowered.api.proxy.Player |
toPlayer(com.velocitypowered.api.command.CommandSource source) |
public static net.kyori.adventure.text.TextComponent color(java.lang.String text,
char colorCode)
public static net.kyori.adventure.text.TextComponent color(java.lang.String text)
public static net.kyori.adventure.text.TextComponent hexColor(java.lang.String text)
public static boolean isConsole(com.velocitypowered.api.command.CommandSource source)
public static com.velocitypowered.api.proxy.Player toPlayer(com.velocitypowered.api.command.CommandSource source)