LeviLamina
Loading...
Searching...
No Matches
EnderChestContainer.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/pub_sub/Connector.h"
7
#include "mc/world/inventory/FillingContainer.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
ChestBlockActor
;
12
class
Player
;
13
// clang-format on
14
15
class
EnderChestContainer
:
public
::FillingContainer
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 8, ::ChestBlockActor*> activeChest;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 22
26
virtual
void
startOpen(
::Player
& player)
/*override*/
;
27
28
// vIndex: 23
29
virtual
void
stopOpen(
::Player
& player)
/*override*/
;
30
31
// vIndex: 5
32
virtual ::Bedrock::PubSub::Connector<void()>* getContainerRemovedConnector()
/*override*/
;
33
34
// vIndex: 6
35
virtual
bool
hasRemovedSubscribers()
const
/*override*/
;
36
37
// vIndex: 0
38
virtual
~EnderChestContainer
()
/*override*/
=
default
;
39
// NOLINTEND
40
41
public
:
42
// destructor thunk
43
// NOLINTBEGIN
44
45
// NOLINTEND
46
47
public
:
48
// virtual function thunks
49
// NOLINTBEGIN
50
MCAPI
void
$startOpen(
::Player
& player);
51
52
MCAPI
void
$stopOpen(
::Player
& player);
53
54
MCAPI ::Bedrock::PubSub::Connector<void()>* $getContainerRemovedConnector();
55
56
MCAPI
bool
$hasRemovedSubscribers()
const
;
57
// NOLINTEND
58
59
public
:
60
// vftables
61
// NOLINTBEGIN
62
MCAPI
static
void
** $vftable();
63
// NOLINTEND
64
};
ChestBlockActor
Definition
ChestBlockActor.h:28
EnderChestContainer
Definition
EnderChestContainer.h:15
FillingContainer
Definition
FillingContainer.h:16
Player
Definition
Player.h:119
src
mc
world
inventory
EnderChestContainer.h
Generated on Sat Apr 26 2025 05:56:10 for LeviLamina by
1.12.0