LeviLamina
Loading...
Searching...
No Matches
GlazedTerracottaBlock.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/FaceDirectionalBlock.h"
7
8// auto generated forward declare list
9// clang-format off
10class Actor;
11class Block;
12class BlockPos;
13class Vec3;
14// clang-format on
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 91
21 virtual ::Block const&
22 getPlacementBlock(::Actor const& by, ::BlockPos const& pos, uchar face, ::Vec3 const& clickPos, int itemValue) const
23 /*override*/;
24
25 // vIndex: 47
26 virtual bool isValidAuxValue(int value) const /*override*/;
27
28 // vIndex: 0
29 virtual ~GlazedTerracottaBlock() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35 MCAPI ::Block const& $getPlacementBlock(
36 ::Actor const& by,
37 ::BlockPos const& pos,
38 uchar face,
39 ::Vec3 const& clickPos,
40 int itemValue
41 ) const;
42
43 MCFOLD bool $isValidAuxValue(int value) const;
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCNAPI static void** $vftable();
50 // NOLINTEND
51};
Definition Actor.h:103
Definition BlockPos.h:18
Definition Block.h:38
Definition FaceDirectionalBlock.h:17
Definition GlazedTerracottaBlock.h:16
static MCAPI void ** $vftable()
Definition Vec3.h:10