LeviLamina
Loading...
Searching...
No Matches
PropertyGroupManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Actor;
8class CompoundTag;
9class HashedString;
10class PropertyGroup;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::std::shared_ptr<::PropertyGroup const>>>
18 mPropertyGroups;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI ::CompoundTag getActorPropertyDataTag(::HashedString const& actorCanonicalName) const;
25
26 MCAPI_C void ingestActorPropertyDataTag(::CompoundTag const& propertyData);
27
28 MCAPI_C void registerGroup(::HashedString const& id, ::std::shared_ptr<::PropertyGroup const> group);
29
30 MCAPI void tryInitPropertiesOnActor(::Actor& actor) const;
31 // NOLINTEND
32};
Definition Actor.h:105
Definition CompoundTag.h:23
Definition HashedString.h:5
Definition PropertyGroupManager.h:13
Definition PropertyGroup.h:21