LeviLamina
Loading...
Searching...
No Matches
EditorBlockPalette.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class HashedString;
8namespace Editor { struct ProbabilityBlockPaletteItem; }
9namespace Editor { struct SimpleBlockPaletteItem; }
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace Editor {
14
16public:
17 // member variables
18 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
35 ::std::array<::std::variant<::Editor::SimpleBlockPaletteItem, ::Editor::ProbabilityBlockPaletteItem>, 9> items,
36 ::std::optional<::std::string> displayName
37 );
38
39 MCAPI ::Editor::EditorBlockPalette& operator=(::Editor::EditorBlockPalette&&);
40
41 MCAPI ::Editor::EditorBlockPalette& operator=(::Editor::EditorBlockPalette const&);
42
43 MCAPI ~EditorBlockPalette();
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
50
51 MCAPI static ::Editor::EditorBlockPalette createDefault();
52 // NOLINTEND
53
54public:
55 // static variables
56 // NOLINTBEGIN
57 MCAPI static ::std::add_lvalue_reference_t<char const[]> DEFAULT_DISPLAY_NAME();
58
59 MCAPI static ::std::add_lvalue_reference_t<char const[]> DEFAULT_ID();
60 // NOLINTEND
61
62public:
63 // constructor thunks
64 // NOLINTBEGIN
65 MCAPI void* $ctor(::Editor::EditorBlockPalette const&);
66
67 MCAPI void* $ctor(
69 ::std::array<::std::variant<::Editor::SimpleBlockPaletteItem, ::Editor::ProbabilityBlockPaletteItem>, 9> items,
70 ::std::optional<::std::string> displayName
71 );
72 // NOLINTEND
73
74public:
75 // destructor thunk
76 // NOLINTBEGIN
77 MCAPI void $dtor();
78 // NOLINTEND
79};
80
81} // namespace Editor
Definition HashedString.h:5
Definition EditorBlockPalette.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14