LeviLamina
Loading...
Searching...
No Matches
CopperBlockSet.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/container/DenseEnumMap.h"
7#include "mc/world/level/block/CopperType.h"
8
10public:
11 // CopperBlockSet inner types declare
12 // clang-format off
13 class HashedStringRef;
14 // clang-format on
15
16 // CopperBlockSet inner types define
18 public:
19 // member variables
20 // NOLINTBEGIN
22 // NOLINTEND
23
24 public:
25 // prevent constructor by default
26 HashedStringRef& operator=(HashedStringRef const&);
29 };
30
31public:
32 // member variables
33 // NOLINTBEGIN
36 // NOLINTEND
37
38public:
39 // prevent constructor by default
40 CopperBlockSet& operator=(CopperBlockSet const&);
43};
Definition CopperBlockSet.h:17
Definition CopperBlockSet.h:9
Definition Alias.h:14