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 MCNAPI explicit EducationOptions(::ResourcePackManager* packMan);
45
46 MCNAPI void init(::LevelData const& levelData);
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCNAPI static ::ServiceReference<::EducationOptions> _getCurrentOptions();
53
54 MCNAPI static bool isChemistryEnabled();
55
56 MCNAPI static bool isCodeBuilderEnabled();
57 // NOLINTEND
58
59public:
60 // static variables
61 // NOLINTBEGIN
62 MCNAPI static ::EducationOptions& DEFAULT_OPTION();
63 // NOLINTEND
64
65public:
66 // constructor thunks
67 // NOLINTBEGIN
68 MCNAPI void* $ctor(::ResourcePackManager* packMan);
69 // NOLINTEND
70
71public:
72 // destructor thunk
73 // NOLINTBEGIN
74 MCNAPI void $dtor();
75 // NOLINTEND
76
77public:
78 // virtual function thunks
79 // NOLINTBEGIN
81 // NOLINTEND
82
83public:
84 // vftables
85 // NOLINTBEGIN
86 MCNAPI static void** $vftableForResourcePackListener();
87
89 // NOLINTEND
90};
Definition EnableNonOwnerReferences.h:7
Definition EducationOptions.h:16
static MCAPI void ** $vftableForResourcePackListener()
static MCAPI ::EducationOptions & DEFAULT_OPTION()
MCAPI void $dtor()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
MCAPI void * $ctor(::ResourcePackManager *packMan)
static MCAPI bool isChemistryEnabled()
static MCAPI bool isCodeBuilderEnabled()
MCAPI void $onActiveResourcePacksChanged(::ResourcePackManager &manager)
MCAPI EducationOptions(::ResourcePackManager *packMan)
MCAPI void init(::LevelData const &levelData)
static MCAPI ::ServiceReference<::EducationOptions > _getCurrentOptions()
Definition LevelData.h:49
Definition ResourcePackListener.h:10
Definition ResourcePackManager.h:23
Definition Alias.h:14