LeviLamina
Loading...
Searching...
No Matches
DiggerLegacyBlockInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
12 // NOLINTEND
13
14public:
15 // prevent constructor by default
17
18public:
19 // member functions
20 // NOLINTBEGIN
22
24
25 MCNAPI ::DiggerLegacyBlockInfo& operator=(::DiggerLegacyBlockInfo&&);
26 // NOLINTEND
27
28public:
29 // constructor thunks
30 // NOLINTBEGIN
31 MCNAPI void* $ctor();
32
33 MCNAPI void* $ctor(::DiggerLegacyBlockInfo const&);
34 // NOLINTEND
35};
Definition DiggerLegacyBlockInfo.h:5
MCAPI void * $ctor()
MCAPI::DiggerLegacyBlockInfo & operator=(::DiggerLegacyBlockInfo &&)
MCAPI DiggerLegacyBlockInfo(::DiggerLegacyBlockInfo const &)
MCAPI void * $ctor(::DiggerLegacyBlockInfo const &)
Definition Alias.h:14