LeviLamina
Loading...
Searching...
No Matches
CraftableElements.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/ElementType.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
14 // NOLINTEND
15
16public:
17 // prevent constructor by default
18 CraftableElements& operator=(CraftableElements const&);
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 0
26 virtual ~CraftableElements() = default;
27
28 // vIndex: 1
29 virtual void registerElements();
30
31 // vIndex: 2
32 virtual void _registerElement(int, int, ::ElementType);
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38
39 // NOLINTEND
40
41public:
42 // virtual function thunks
43 // NOLINTBEGIN
44
45 // NOLINTEND
46};
Definition CraftableElements.h:8
Definition Alias.h:14