55 MCAPI ::Scripting::Result_deprecated<::Json::Value>
56 _buildJson(
::Player& forPlayer, ::CurrentCmdVersion commandVersion)
const;
58 MCAPI ::Scripting::Result_deprecated<::Json::Value>
59 _buildJsonV2(
::Player& forPlayer, ::CurrentCmdVersion commandVersion)
const;
61 MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptMessageFormData>
62 body(::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface> text);
64 MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptMessageFormData>
65 bodyV010(::std::string
const& text);
67 MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptMessageFormData>
68 button1(::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface> text);
70 MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptMessageFormData>
71 button1V010(::std::string
const& text);
73 MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptMessageFormData>
74 button2(::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface> text);
76 MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptMessageFormData>
77 button2V010(::std::string
const& text);
79 MCAPI ::ScriptModuleMinecraftServerUI::ScriptMessageFormData&
93 MCAPI ::Scripting::Result<
107 MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptMessageFormData>
108 title(::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface> title);
110 MCAPI ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraftServerUI::ScriptMessageFormData>
111 titleV010(::std::string
const& title);
119 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraftServerUI::ScriptMessageFormData> bind();
Definition ContextConfig.h:7