Class WrappedChatComponent

java.lang.Object
me.neznamy.tab.api.chat.IChatBaseComponent
me.neznamy.tab.api.chat.WrappedChatComponent

public class WrappedChatComponent extends IChatBaseComponent
A class extending IChatBaseComponent that holds the original value to avoid deserializing it, which is an unnecessary operation that slows down the performance, as well as makes code more complicated and open to problems.