LeviLamina
Loading...
Searching...
No Matches
IECSModulesCollection.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7#include "mc/deps/game_refs/WeakRef.h"
8
9// auto generated forward declare list
10// clang-format off
11class EntityRegistry;
13namespace VanillaSystemsRegistration { struct RegistrationOptions; }
14// clang-format on
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 0
21 virtual ~IECSModulesCollection() = default;
22
23 // vIndex: 1
24 virtual void
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37
38 // NOLINTEND
39};
Definition NonOwnerPointer.h:9
Definition EntityRegistry.h:15
Definition IECSModulesCollection.h:16
Definition IMinecraftEventing.h:143
Definition WeakRef.h:8
Definition RegistrationOptions.h:10