LeviLamina
Loading...
Searching...
No Matches
ClientRequestPlaceholderBlock.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/ShapeType.h"
8#include "mc/world/level/block/BlockLegacy.h"
9
10// auto generated forward declare list
11// clang-format off
12class Block;
13class BlockPos;
14class BlockSource;
16class HitResult;
17class Vec3;
18// clang-format on
19
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 4
25 virtual ::HitResult clip(
26 ::Block const& block,
27 ::BlockSource const& region,
28 ::BlockPos const& pos,
29 ::Vec3 const& A,
30 ::Vec3 const& B,
31 ::ShapeType shapeType,
33 ) const /*override*/;
34
35 // vIndex: 0
36 virtual ~ClientRequestPlaceholderBlock() /*override*/ = default;
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42 MCFOLD ::HitResult $clip(
43 ::Block const& block,
44 ::BlockSource const& region,
45 ::BlockPos const& pos,
46 ::Vec3 const& A,
47 ::Vec3 const& B,
48 ::ShapeType shapeType,
50 ) const;
51 // NOLINTEND
52
53public:
54 // vftables
55 // NOLINTBEGIN
56 MCNAPI static void** $vftable();
57 // NOLINTEND
58};
Definition BlockLegacy.h:88
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition Block.h:38
Definition ClientRequestPlaceholderBlock.h:20
static MCAPI void ** $vftable()
Definition GetCollisionShapeInterface.h:13
Definition HitResult.h:19
Definition Vec3.h:10
Definition optional_ref.h:10