LeviLamina
Loading...
Searching...
No Matches
EducationOptions.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7#include "mc/deps/core/utility/ServiceReference.h"
8#include "mc/resources/ResourcePackListener.h"
9
10// auto generated forward declare list
11// clang-format off
12class LevelData;
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 EducationOptions& operator=(EducationOptions const&);
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 0
35 virtual ~EducationOptions() /*override*/;
36
37 // vIndex: 1
38 virtual void onActiveResourcePacksChanged(::ResourcePackManager& manager) /*override*/;
39 // NOLINTEND
40
41public:
42 // member functions
43 // NOLINTBEGIN
44 MCAPI explicit EducationOptions(::ResourcePackManager* packMan);
45
46 MCAPI void init(::LevelData const& levelData);
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCAPI static ::ServiceReference<::EducationOptions> _getCurrentOptions();
53
54 MCFOLD static bool isChemistryEnabled();
55
56 MCAPI static bool isCodeBuilderEnabled();
57 // NOLINTEND
58
59public:
60 // static variables
61 // NOLINTBEGIN
62 MCAPI static ::EducationOptions& DEFAULT_OPTION();
63 // NOLINTEND
64
65public:
66 // constructor thunks
67 // NOLINTBEGIN
68 MCAPI void* $ctor(::ResourcePackManager* packMan);
69 // NOLINTEND
70
71public:
72 // destructor thunk
73 // NOLINTBEGIN
74 MCAPI void $dtor();
75 // NOLINTEND
76
77public:
78 // virtual function thunks
79 // NOLINTBEGIN
80 MCAPI void $onActiveResourcePacksChanged(::ResourcePackManager& manager);
81 // NOLINTEND
82
83public:
84 // vftables
85 // NOLINTBEGIN
86 MCAPI static void** $vftableForResourcePackListener();
87
88 MCAPI static void** $vftableForEnableNonOwnerReferences();
89 // NOLINTEND
90};
Definition EnableNonOwnerReferences.h:7
Definition EducationOptions.h:16
Definition LevelData.h:48
Definition ResourcePackListener.h:10
Definition ResourcePackManager.h:24
Definition Alias.h:14