LeviLamina
Loading...
Searching...
No Matches
RandomizableBlockActorFillingContainer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/inventory/FillingContainer.h"
7#include "mc/world/level/block/actor/RandomizableBlockActorContainerBase.h"
8
9// auto generated forward declare list
10// clang-format off
11class BlockSource;
12class Player;
13class Vec3;
14// clang-format on
15
17public:
18 // virtual functions
19 // NOLINTBEGIN
20 // vIndex: 0
21 virtual ~RandomizableBlockActorFillingContainer() /*override*/;
22
23 // vIndex: 31
24 virtual void setContainerChanged(int slot) /*override*/;
25
26 // vIndex: 22
27 virtual void startOpen(::Player& player) /*override*/;
28
29 // vIndex: 18
30 virtual void dropSlotContent(::BlockSource& region, ::Vec3 const& pos, bool randomizeDrop, int slot) /*override*/;
31
32 // vIndex: 19
33 virtual void dropContents(::BlockSource& region, ::Vec3 const& pos, bool randomizeDrop) /*override*/;
34
35 // vIndex: 13
36 virtual void onRemoved(::BlockSource&) /*override*/;
37
38 // vIndex: 38
39 virtual void initializeContainerContents(::BlockSource& region) /*override*/;
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCAPI void $dtor();
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
51 MCFOLD void $setContainerChanged(int slot);
52
53 MCAPI void $startOpen(::Player& player);
54
55 MCFOLD void $dropSlotContent(::BlockSource& region, ::Vec3 const& pos, bool randomizeDrop, int slot);
56
57 MCFOLD void $dropContents(::BlockSource& region, ::Vec3 const& pos, bool randomizeDrop);
58
59 MCFOLD void $onRemoved(::BlockSource&);
60
61 MCFOLD void $initializeContainerContents(::BlockSource& region);
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCAPI static void** $vftableForFillingContainer();
68
69 MCAPI static void** $vftableForRandomizableBlockActorContainerBase();
70 // NOLINTEND
71};
Definition BlockSource.h:67
Definition FillingContainer.h:16
Definition Player.h:119
Definition RandomizableBlockActorContainerBase.h:21
Definition RandomizableBlockActorFillingContainer.h:16
Definition Vec3.h:10