LeviLamina
Loading...
Searching...
No Matches
ScriptPlayerVisibilityRules.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/scripting/modules/minecraft/ScriptEntityVisibilityRules.h"
7#include "mc/world/PlayerWaypointVisibilityRules.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace Scripting { struct InterfaceBinding; }
12// clang-format on
13
14namespace ScriptModuleMinecraft {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<1, 1, ::PlayerWaypointVisibilityRules> mPlayerRules;
21 // NOLINTEND
22
23public:
24 // static functions
25 // NOLINTBEGIN
26 MCAPI static ::Scripting::InterfaceBinding bind();
27 // NOLINTEND
28};
29
30} // namespace ScriptModuleMinecraft
Definition ScriptEntityVisibilityRules.h:15
Definition ScriptPlayerVisibilityRules.h:16
Definition InterfaceBinding.h:16