LeviLamina
Loading...
Searching...
No Matches
Experiments.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/storage/AllExperiments.h"
7
#include "mc/world/level/storage/ExperimentStorage.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
CompoundTag
;
12
// clang-format on
13
14
class
Experiments
:
public
::ExperimentStorage
{
15
public
:
16
// member functions
17
// NOLINTBEGIN
18
MCAPI
Experiments
();
19
20
MCAPI ::std::string getExperimentsActiveAsJSONList()
const
;
21
22
MCAPI ::std::vector<::std::string> getExperimentsActiveForTelemetry()
const
;
23
24
MCAPI
void
getTagData(
::CompoundTag
const
& tag);
25
26
MCAPI
void
setExperimentEnabled(::AllExperiments experiment,
bool
value);
27
28
MCAPI
void
setTagData(
::CompoundTag
& tag)
const
;
29
30
MCAPI
~Experiments
();
31
// NOLINTEND
32
33
public
:
34
// constructor thunks
35
// NOLINTBEGIN
36
MCAPI
void
* $ctor();
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
MCFOLD
void
$dtor();
43
// NOLINTEND
44
};
CompoundTag
Definition
CompoundTag.h:13
ExperimentStorage
Definition
ExperimentStorage.h:5
Experiments
Definition
Experiments.h:14
src-server
mc
world
level
storage
Experiments.h
Generated on Sun Oct 12 2025 06:32:35 for LeviLamina by
1.12.0