Package ch.njol.skript.util.chat
Class BungeeConverter
java.lang.Object
ch.njol.skript.util.chat.BungeeConverter
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic net.md_5.bungee.api.chat.BaseComponentconvert(MessageComponent origin) Deprecated, for removal: This API element is subject to removal in a future version.SeeTextComponentParser.static net.md_5.bungee.api.chat.BaseComponent[]convert(MessageComponent[] origins) Deprecated, for removal: This API element is subject to removal in a future version.SeeTextComponentParser.static net.md_5.bungee.api.chat.BaseComponent[]convert(List<MessageComponent> origins) Deprecated, for removal: This API element is subject to removal in a future version.SeeTextComponentParser.
-
Constructor Details
-
BungeeConverter
public BungeeConverter()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
convert
@Deprecated(since="2.15", forRemoval=true) public static net.md_5.bungee.api.chat.BaseComponent convert(MessageComponent origin) Deprecated, for removal: This API element is subject to removal in a future version.SeeTextComponentParser. -
convert
@Deprecated(since="2.15", forRemoval=true) public static net.md_5.bungee.api.chat.BaseComponent[] convert(List<MessageComponent> origins) Deprecated, for removal: This API element is subject to removal in a future version.SeeTextComponentParser. -
convert
@Deprecated(since="2.15", forRemoval=true) public static net.md_5.bungee.api.chat.BaseComponent[] convert(MessageComponent[] origins) Deprecated, for removal: This API element is subject to removal in a future version.SeeTextComponentParser.
-
TextComponentParser.