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 init(
28 ) = 0;
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34
35 // NOLINTEND
36};
Definition NonOwnerPointer.h:9
Definition EntityRegistry.h:11
Definition IECSModulesCollection.h:16
Definition IMinecraftEventing.h:145
Definition WeakRef.h:8
Definition RegistrationOptions.h:10