LeviLamina
Loading...
Searching...
No Matches
BlockMaterialInstance.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/BidirectionalUnorderedMap.h"
7#include "mc/world/level/block/BlockRenderLayer.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCNAPI ::BlockMaterialInstance& operator=(::BlockMaterialInstance&&);
31
32 MCNAPI ::BlockMaterialInstance& operator=(::BlockMaterialInstance const&);
33
35 // NOLINTEND
36
37public:
38 // static variables
39 // NOLINTBEGIN
40 MCNAPI static ::BidirectionalUnorderedMap<::std::string, ::BlockRenderLayer> const& renderLayerNameBiMap();
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCNAPI void $dtor();
47 // NOLINTEND
48};
Definition BlockMaterialInstance.h:9
MCAPI ~BlockMaterialInstance()
MCAPI::BlockMaterialInstance & operator=(::BlockMaterialInstance const &)
static MCAPI ::BidirectionalUnorderedMap<::std::string, ::BlockRenderLayer > const & renderLayerNameBiMap()
MCAPI::BlockMaterialInstance & operator=(::BlockMaterialInstance &&)
Definition Alias.h:14