LeviLamina
Loading...
Searching...
No Matches
CopperGrateBlock.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/CopperBlock.h"
7
8// auto generated forward declare list
9// clang-format off
10class AABB;
11class Block;
12class BlockPos;
14// clang-format on
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 6
21 virtual bool getCollisionShapeForCamera(
22 ::AABB& outAABB,
23 ::Block const& block,
24 ::IConstBlockSource const& region,
25 ::BlockPos const& pos
26 ) const /*override*/;
27
28 // vIndex: 0
29 virtual ~CopperGrateBlock() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35
36 // NOLINTEND
37
38public:
39 // virtual function thunks
40 // NOLINTBEGIN
41 MCAPI bool $getCollisionShapeForCamera(
42 ::AABB& outAABB,
43 ::Block const& block,
44 ::IConstBlockSource const& region,
45 ::BlockPos const& pos
46 ) const;
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCAPI static void** $vftable();
53 // NOLINTEND
54};
Definition AABB.h:16
Definition BlockPos.h:18
Definition Block.h:36
Definition CopperBlock.h:18
Definition CopperGrateBlock.h:16
Definition IConstBlockSource.h:24