LeviLamina
Loading...
Searching...
No Matches
SpawnExperienceOrbRequestQueueComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/AutomaticID.h"
7
8// auto generated forward declare list
9// clang-format off
10class Dimension;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<
19 8,
20 64,
21 ::std::unordered_map<
23 ::std::queue<::SpawnExperienceOrbRequest, ::std::deque<::SpawnExperienceOrbRequest>>>>
24 mRequestQueues;
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
31
32public:
33 // member functions
34 // NOLINTBEGIN
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
42 // NOLINTEND
43};
Definition AutomaticID.h:6
Definition Dimension.h:83
Definition SpawnExperienceOrbRequestQueueComponent.h:14
Definition SpawnExperienceOrbRequest.h:5