LeviLamina
Loading...
Searching...
No Matches
FogCommandComponent.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;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 24, ::std::vector<::FogCommandSettings>> mFogStack;
18 // NOLINTEND
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCAPI void addAdditionalSaveData(::CompoundTag& tag) const;
24
25 MCAPI ::std::vector<::std::string> getFogSettingsStack() const;
26
27 MCAPI bool popFogSetting(::std::string const& userProvidedId);
28
29 MCAPI void readAdditionalSaveData(::Actor& tag, ::CompoundTag const& owner, ::DataLoadHelper& dataLoadHelper);
30 // NOLINTEND
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCAPI static bool isValidIdentifier(::std::string const& format);
36 // NOLINTEND
37};
Definition Actor.h:104
Definition CompoundTag.h:13
Definition DataLoadHelper.h:20
Definition FogCommandComponent.h:13
Definition FogCommandSettings.h:5