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
7
class
Actor
;
8
class
CompoundTag
;
9
class
DataLoadHelper
;
10
struct
FogCommandSettings
;
11
// clang-format on
12
13
class
FogCommandComponent
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 24, ::std::vector<::FogCommandSettings>> mFogStack;
18
// NOLINTEND
19
20
public
:
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
32
public
:
33
// static functions
34
// NOLINTBEGIN
35
MCAPI
static
bool
isValidIdentifier(::std::string
const
& format);
36
// NOLINTEND
37
};
Actor
Definition
Actor.h:104
CompoundTag
Definition
CompoundTag.h:13
DataLoadHelper
Definition
DataLoadHelper.h:20
FogCommandComponent
Definition
FogCommandComponent.h:13
FogCommandSettings
Definition
FogCommandSettings.h:5
src
mc
entity
components
FogCommandComponent.h
Generated on Sat Apr 26 2025 05:55:34 for LeviLamina by
1.12.0