LeviLamina
Loading...
Searching...
No Matches
ScriptServerVariables.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Scripting { struct ClassBinding; }
8namespace Scripting { struct JSON; }
9// clang-format on
10
11namespace ScriptModuleServerAdmin {
12
14public:
15 // member variables
16 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCNAPI ::std::optional<::Scripting::JSON> get(::std::string const& name) const;
31
32 MCNAPI ::std::vector<::std::string> getAllVariableNames() const;
33
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCNAPI static ::Scripting::ClassBinding bind();
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCNAPI void $dtor();
47 // NOLINTEND
48};
49
50} // namespace ScriptModuleServerAdmin
Definition ScriptServerVariables.h:13
MCAPI ::std::vector<::std::string > getAllVariableNames() const
MCAPI ::std::optional<::Scripting::JSON > get(::std::string const &name) const
static MCAPI ::Scripting::ClassBinding bind()
Definition Alias.h:14