LeviLamina
Loading...
Searching...
No Matches
TradeContainerManagerModel.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/containers/managers/models/LevelContainerManagerModel.h"
7
8// auto generated forward declare list
9// clang-format off
10class Actor;
12class ItemStack;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, int> mCurrentIndex;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 0
26 virtual ~TradeContainerManagerModel() /*override*/ = default;
27
28 // vIndex: 7
29 virtual ::std::vector<::ItemStack> getItemCopies() const /*override*/;
30
31 // vIndex: 8
32 virtual void setSlot(int slot, ::ItemStack const& item, bool) /*override*/;
33
34 // vIndex: 9
35 virtual ::ItemStack const& getSlot(int slot) const /*override*/;
36
37 // vIndex: 19
38 virtual bool isValid(float pickRange) /*override*/;
39
40 // vIndex: 13
41 virtual void broadcastChanges() /*override*/;
42
43 // vIndex: 20
44 virtual ::ContainerScreenContext _postInit() /*override*/;
45 // NOLINTEND
46
47public:
48 // member functions
49 // NOLINTBEGIN
50 MCNAPI ::Actor* getEntity() const;
51 // NOLINTEND
52
53public:
54 // virtual function thunks
55 // NOLINTBEGIN
56 MCNAPI ::std::vector<::ItemStack> $getItemCopies() const;
57
58 MCNAPI void $setSlot(int slot, ::ItemStack const& item, bool);
59
60 MCNAPI ::ItemStack const& $getSlot(int slot) const;
61
62 MCNAPI bool $isValid(float pickRange);
63
64 MCNAPI void $broadcastChanges();
65
66 MCNAPI ::ContainerScreenContext $_postInit();
67 // NOLINTEND
68
69public:
70 // vftables
71 // NOLINTBEGIN
72 MCNAPI static void** $vftable();
73 // NOLINTEND
74};
Definition Actor.h:103
Definition ContainerScreenContext.h:17
Definition ItemStack.h:25
Definition LevelContainerManagerModel.h:19
Definition TradeContainerManagerModel.h:15
MCAPI::ContainerScreenContext $_postInit()
static MCAPI void ** $vftable()
MCAPI bool $isValid(float pickRange)
MCAPI void $broadcastChanges()
MCAPI::Actor * getEntity() const
MCAPI void $setSlot(int slot, ::ItemStack const &item, bool)
MCAPI::ItemStack const & $getSlot(int slot) const
MCAPI ::std::vector<::ItemStack > $getItemCopies() const