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
Actor
;
12
class
ChestBlockActor
;
13
// clang-format on
14
15
class
EnderChestContainer
:
public
::FillingContainer
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 8, ::ChestBlockActor*> mActiveChest;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
virtual
void
startOpen(
::Actor
& actor)
/*override*/
;
26
27
virtual
void
stopOpen(
::Actor
& actor)
/*override*/
;
28
29
virtual ::Bedrock::PubSub::Connector<void()>* getContainerRemovedConnector()
/*override*/
;
30
31
virtual
bool
hasRemovedSubscribers()
const
/*override*/
;
32
33
virtual
~EnderChestContainer
()
/*override*/
=
default
;
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
MCAPI
void
$startOpen(
::Actor
& actor);
40
41
MCAPI
void
$stopOpen(
::Actor
& actor);
42
43
MCAPI ::Bedrock::PubSub::Connector<void()>* $getContainerRemovedConnector();
44
45
MCAPI
bool
$hasRemovedSubscribers()
const
;
46
47
48
// NOLINTEND
49
50
public
:
51
// vftables
52
// NOLINTBEGIN
53
MCAPI
static
void
** $vftable();
54
// NOLINTEND
55
};
Actor
Definition
Actor.h:105
ChestBlockActor
Definition
ChestBlockActor.h:32
EnderChestContainer
Definition
EnderChestContainer.h:15
FillingContainer
Definition
FillingContainer.h:17
src
mc
world
inventory
EnderChestContainer.h
Generated on
for LeviLamina by
1.16.1