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 bool pushFogSetting(::std::string const& fogId, ::std::string const& userProvidedId);
30
31 MCAPI void readAdditionalSaveData(::Actor& owner, ::CompoundTag const& tag, ::DataLoadHelper& dataLoadHelper);
32
33 MCAPI bool removeFogSettings(::std::string const& userProvidedId);
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCAPI static bool isValidIdentifier(::std::string const& format);
40 // NOLINTEND
41};
Definition Actor.h:125
Definition CompoundTag.h:23
Definition DataLoadHelper.h:20
Definition FogCommandComponent.h:13
Definition FogCommandSettings.h:5