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