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 virtual ~IECSModulesCollection() = default;
21
22 virtual void init(
26 ) = 0;
27 // NOLINTEND
28
29public:
30 // virtual function thunks
31 // NOLINTBEGIN
32
33 // NOLINTEND
34};
Definition NonOwnerPointer.h:9
Definition EntityRegistry.h:11
Definition IECSModulesCollection.h:16
Definition IMinecraftEventing.h:137
Definition WeakRef.h:8
Definition RegistrationOptions.h:16