LeviLamina
Loading...
Searching...
No Matches
ComponentNetRelevancyRegistry.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class CompoundTag;
9// clang-format on
10
12public:
13 // ComponentNetRelevancyRegistry inner types declare
14 // clang-format off
16 // clang-format on
17
18 // ComponentNetRelevancyRegistry inner types define
20 public:
21 // member variables
22 // NOLINTBEGIN
26 // NOLINTEND
27
28 public:
29 // prevent constructor by default
33 };
34
35public:
36 // member variables
37 // NOLINTBEGIN
39 // NOLINTEND
40
41public:
42 // prevent constructor by default
46
47public:
48 // member functions
49 // NOLINTBEGIN
50 MCAPI bool
51 serializeComponentDefinitionsForClient(::DefinitionInstanceGroup const& definitionGroup, ::CompoundTag& tag) const;
52 // NOLINTEND
53};
Definition ComponentNetRelevancyRegistry.h:11
Definition CompoundTag.h:13
Definition DefinitionInstanceGroup.h:10
Definition ComponentNetRelevancyRegistry.h:19
Definition Alias.h:14