LeviLamina
Loading...
Searching...
No Matches
PaleMossCarpetBlockItem.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: 120
22 virtual ::InteractionResult
23 _useOn(::ItemStack& instance, ::Actor& entity, ::BlockPos pos, uchar face, ::Vec3 const& clickPos) const
24 /*override*/;
25
26 // vIndex: 0
27 virtual ~PaleMossCarpetBlockItem() /*override*/ = default;
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39 MCAPI ::InteractionResult
40 $_useOn(::ItemStack& instance, ::Actor& entity, ::BlockPos pos, uchar face, ::Vec3 const& clickPos) const;
41 // NOLINTEND
42
43public:
44 // vftables
45 // NOLINTBEGIN
46 MCAPI static void** $vftable();
47 // NOLINTEND
48};
Definition Actor.h:104
Definition BlockItem.h:23
Definition BlockPos.h:18
Definition InteractionResult.h:5
Definition ItemStack.h:25
Definition PaleMossCarpetBlockItem.h:17
Definition Vec3.h:10