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 getCollisionShape(
25 ::Block const&,
27 ::BlockPos const&,
29 ) const /*override*/;
30
31 // vIndex: 130
32 virtual void _addHardCodedBlockComponents(::Experiments const& experiments) /*override*/;
33
34 // vIndex: 0
35 virtual ~WebBlock() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // virtual function thunks
40 // NOLINTBEGIN
41 MCFOLD ::AABB $getCollisionShape(
42 ::Block const&,
44 ::BlockPos const&,
46 ) const;
47
48 MCFOLD void $_addHardCodedBlockComponents(::Experiments const& experiments);
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
Definition AABB.h:18
Definition BlockLegacy.h:88
Definition BlockPos.h:18
Definition Block.h:38
Definition Experiments.h:14
Definition GetCollisionShapeInterface.h:13
Definition IConstBlockSource.h:24
Definition WebBlock.h:19
static MCAPI void ** $vftable()
Definition optional_ref.h:10