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: 92
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: 48
26 virtual bool isValidAuxValue(int value) const /*override*/;
27
28 // vIndex: 0
29 virtual ~GlazedTerracottaBlock() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35
36 // NOLINTEND
37
38public:
39 // virtual function thunks
40 // NOLINTBEGIN
41 MCAPI ::Block const&
42 $getPlacementBlock(::Actor const& by, ::BlockPos const& pos, uchar face, ::Vec3 const& clickPos, int itemValue)
43 const;
44
45 MCFOLD bool $isValidAuxValue(int value) const;
46 // NOLINTEND
47
48public:
49 // vftables
50 // NOLINTBEGIN
51 MCAPI static void** $vftable();
52 // NOLINTEND
53};
Definition Actor.h:104
Definition BlockPos.h:18
Definition Block.h:36
Definition FaceDirectionalBlock.h:17
Definition GlazedTerracottaBlock.h:16
Definition Vec3.h:10