Class ComponentUtil
java.lang.Object
com.ticxo.modelengine.api.utils.data.ComponentUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic net.md_5.bungee.api.chat.BaseComponent[]
base
(net.kyori.adventure.text.Component component) static net.kyori.adventure.text.format.Style
color
(int color) static net.kyori.adventure.text.format.Style
color
(net.kyori.adventure.text.format.TextColor color) static net.kyori.adventure.text.format.Style
reset()
static void
sendMessage
(org.bukkit.entity.Player player, net.kyori.adventure.text.Component component) static String
string
(net.kyori.adventure.text.Component component)
-
Constructor Details
-
ComponentUtil
public ComponentUtil()
-
-
Method Details
-
reset
public static net.kyori.adventure.text.format.Style reset() -
color
public static net.kyori.adventure.text.format.Style color(int color) -
color
public static net.kyori.adventure.text.format.Style color(net.kyori.adventure.text.format.TextColor color) -
string
-
base
public static net.md_5.bungee.api.chat.BaseComponent[] base(net.kyori.adventure.text.Component component) -
sendMessage
public static void sendMessage(org.bukkit.entity.Player player, net.kyori.adventure.text.Component component)
-