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
14class Experiments : public ::ExperimentStorage {
15public:
16 // member functions
17 // NOLINTBEGIN
18 MCAPI bool BetaApis() const;
19
20 MCAPI Experiments();
21
22 MCAPI_C bool _shouldShowAsExperimentalLevel(
23 ::std::vector<bool> const& experimentData,
24 ::gsl::span<::std::string const> toggleNames
25 ) const;
26
27 MCAPI ::std::string getExperimentsActiveAsJSONList() const;
28
29 MCAPI ::std::vector<::std::string> getExperimentsActiveForTelemetry() const;
30
31 MCAPI void getTagData(::CompoundTag const& tag);
32
33 MCAPI_S void setExperimentEnabled(::AllExperiments experiment, bool value);
34
35 MCAPI void setTagData(::CompoundTag& tag) const;
36
37 MCAPI_C bool shouldShowAsExperimentalLevel() const;
38
39 MCAPI ~Experiments();
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCAPI void* $ctor();
46 // NOLINTEND
47
48public:
49 // destructor thunk
50 // NOLINTBEGIN
51 MCFOLD void $dtor();
52 // NOLINTEND
53};
Definition CompoundTag.h:23
MCAPI void $dtor()