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/runtime/Result.h"
7#include "mc/server/commands/CurrentCmdVersion.h"
8
9// auto generated forward declare list
10// clang-format off
11class Player;
12namespace Json { class Value; }
13namespace ScriptModuleMinecraft { struct ScriptRawMessageError; }
14namespace ScriptModuleMinecraft { struct ScriptRawMessageInterface; }
15namespace Scripting { struct EnumBinding; }
16// clang-format on
17
18namespace ScriptModuleMinecraftServerUI {
19// functions
20// NOLINTBEGIN
21MCNAPI ::Scripting::EnumBinding bindScriptFormRejectReason();
22
23MCNAPI ::Scripting::Result<::Json::Value, ::ScriptModuleMinecraft::ScriptRawMessageError> resolveRawMessageAsJson(
24 ::Player& player,
25 ::CurrentCmdVersion commandVersion,
26 ::std::variant<::std::string, ::ScriptModuleMinecraft::ScriptRawMessageInterface> const& text
27);
28// NOLINTEND
29
30} // namespace ScriptModuleMinecraftServerUI
Definition Player.h:119