Uses of Class
com.comphenix.protocol.wrappers.WrappedChatComponent
Packages that use WrappedChatComponent
-
Uses of WrappedChatComponent in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events that return types with arguments of type WrappedChatComponentModifier and TypeMethodDescriptionAbstractStructure.getChatComponents()Retrieves a read/write structure for chat components in Minecraft 1.7.2. -
Uses of WrappedChatComponent in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return WrappedChatComponentModifier and TypeMethodDescriptionWrappedChatComponent.deepClone()Retrieve a deep copy of the current chat component.static WrappedChatComponentComponentConverter.fromBaseComponent(net.md_5.bungee.api.chat.BaseComponent... components)Converts an array ofBaseComponents into a ProtocolLib wrapperstatic WrappedChatComponent[]WrappedChatComponent.fromChatMessage(String message)Construct an array of chat components from a standard Minecraft message.static WrappedChatComponentAdventureComponentConverter.fromComponent(net.kyori.adventure.text.Component component)Converts aComponentinto a ProtocolLib wrapperstatic WrappedChatComponentWrappedChatComponent.fromHandle(Object handle)Construct a new chat component wrapper around the given NMS object.static WrappedChatComponentConstruct a new chat component wrapper from the given JSON string.static WrappedChatComponentWrappedChatComponent.fromLegacyText(String message)Construct a single chat component from a standard Minecraft message (with legacy formatting codes), preserving multiple lines.static WrappedChatComponentConstruct a wrapper around a new text chat component with the given text.PlayerInfoData.getDisplayName()Gets the display name of the player represented by this data.WrappedServerPing.getMotD()Retrieve the message of the day.Methods in com.comphenix.protocol.wrappers that return types with arguments of type WrappedChatComponentModifier and TypeMethodDescriptionBukkitConverters.getWrappedChatComponentConverter()Retrieve a converter for wrapped chat components.Methods in com.comphenix.protocol.wrappers with parameters of type WrappedChatComponentModifier and TypeMethodDescriptionstatic net.kyori.adventure.text.ComponentAdventureComponentConverter.fromWrapper(WrappedChatComponent wrapper)Converts aWrappedChatComponentinto aComponentstatic net.md_5.bungee.api.chat.BaseComponent[]ComponentConverter.fromWrapper(WrappedChatComponent wrapper)Converts aWrappedChatComponentinto an array ofBaseComponentsvoidWrappedServerPing.setMotD(WrappedChatComponent description)Set the message of the day.Constructors in com.comphenix.protocol.wrappers with parameters of type WrappedChatComponentModifierConstructorDescriptionPlayerInfoData(WrappedGameProfile profile, int latency, EnumWrappers.NativeGameMode gameMode, WrappedChatComponent displayName)