LeviLamina
Loading...
Searching...
No Matches
ScriptModuleMinecraftServerUI.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/binding_type/EnumBindingBuilder.h"
7#include "mc/deps/scripting/runtime/Result_deprecated.h"
8#include "mc/scripting/modules/minecraft_ui/ScriptFormRejectReason.h"
9#include "mc/server/commands/CurrentCmdVersion.h"
10
11// auto generated forward declare list
12// clang-format off
13class Player;
14namespace Json { class Value; }
15namespace ScriptModuleMinecraft { struct ScriptRawMessageInterface; }
16// clang-format on
17
18namespace ScriptModuleMinecraftServerUI {
19// functions
20// NOLINTBEGIN
21MCAPI ::Scripting::EnumBindingBuilder<::std::string, ::ScriptModuleMinecraftServerUI::ScriptFormRejectReason>
22bindScriptFormRejectReason();
23
24MCAPI ::Scripting::Result_deprecated<::Json::Value> resolveRawMessageAsJson(
25 ::Player& player,
26 ::CurrentCmdVersion commandVersion,
27 ::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface> const& text
28);
29// NOLINTEND
30
31} // namespace ScriptModuleMinecraftServerUI
Definition Player.h:119