LeviLamina
Loading...
Searching...
No Matches
DebugInfoSystem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/systems/ITickingSystem.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
EntityRegistry
;
11
class
ItemStack
;
12
// clang-format on
13
14
class
DebugInfoSystem
:
public
::ITickingSystem
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 8, ::std::string (*)(
::ItemStack
const
&)> mIconSerializer;
19
// NOLINTEND
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
virtual
void
tick(
::EntityRegistry
&)
/*override*/
;
25
26
virtual
~DebugInfoSystem
()
/*override*/
=
default
;
27
// NOLINTEND
28
29
public
:
30
// virtual function thunks
31
// NOLINTBEGIN
32
33
// NOLINTEND
34
};
DebugInfoSystem
Definition
DebugInfoSystem.h:14
EntityRegistry
Definition
EntityRegistry.h:10
ITickingSystem
Definition
ITickingSystem.h:15
ItemStack
Definition
ItemStack.h:26
src
mc
entity
systems
DebugInfoSystem.h
Generated on
for LeviLamina by
1.16.1