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