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
11class CompoundTag;
12// clang-format on
13
15public:
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 setExperimentByToggleIndex(uint64 index, bool value);
27
28 MCAPI void setExperimentEnabled(::AllExperiments experiment, bool value);
29
30 MCAPI void setTagData(::CompoundTag& tag) const;
31
32 MCAPI ~Experiments();
33 // NOLINTEND
34
35public:
36 // constructor thunks
37 // NOLINTBEGIN
38 MCAPI void* $ctor();
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCFOLD void $dtor();
45 // NOLINTEND
46};
Definition CompoundTag.h:13
Definition ExperimentStorage.h:5
Definition Experiments.h:14