You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public void printChatMessage(IChatComponent p_146227_1_)
{
this.printChatMessageWithOptionalDeletion(p_146227_1_, 0);
}
i want to use this void but the IChatComponent is interface
mapping:
BEGIN_KLASS_DEF(IChatComponent, "eu")
END_KLASS_DEF()
BEGIN_KLASS_DEF_EX(ChatComponentStyle, "es", IChatComponent)
END_KLASS_DEF()
code:
maps::ChatComponentText text =
maps::ChatComponentText::new_object(&maps::ChatComponentText::constructor,maps::String::create("Test"));
guiChat.printChatMessage(text);
i want to know how to fix and use
The text was updated successfully, but these errors were encountered: