LeviLamina
Loading...
Searching...
No Matches
SimplePlayerContainer.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/SimpleContainer.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ItemStack
;
11
class
Player
;
12
// clang-format on
13
14
class
SimplePlayerContainer
:
public
::SimpleContainer
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 8, ::Player&> mPlayer;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
SimplePlayerContainer
& operator=(
SimplePlayerContainer
const
&);
24
SimplePlayerContainer
(
SimplePlayerContainer
const
&);
25
SimplePlayerContainer
();
26
27
public
:
28
// virtual functions
29
// NOLINTBEGIN
30
// vIndex: 0
31
virtual
~SimplePlayerContainer
()
/*override*/
=
default
;
32
33
// vIndex: 7
34
virtual ::ItemStack
const
& getItem(
int
slot)
const
/*override*/
;
35
36
// vIndex: 12
37
virtual
void
setItem(
int
slot,
::ItemStack
const
& item)
/*override*/
;
38
// NOLINTEND
39
40
public
:
41
// virtual function thunks
42
// NOLINTBEGIN
43
MCNAPI ::ItemStack
const
&
$getItem
(
int
slot)
const
;
44
45
MCNAPI
void
$setItem
(
int
slot,
::ItemStack
const
& item);
46
// NOLINTEND
47
48
public
:
49
// vftables
50
// NOLINTBEGIN
51
MCNAPI
static
void
**
$vftable
();
52
// NOLINTEND
53
};
ItemStack
Definition
ItemStack.h:25
Player
Definition
Player.h:119
SimpleContainer
Definition
SimpleContainer.h:14
SimplePlayerContainer
Definition
SimplePlayerContainer.h:14
SimplePlayerContainer::$vftable
static MCAPI void ** $vftable()
SimplePlayerContainer::$getItem
MCAPI::ItemStack const & $getItem(int slot) const
SimplePlayerContainer::$setItem
MCAPI void $setItem(int slot, ::ItemStack const &item)
src
mc
world
SimplePlayerContainer.h
Generated on Fri Jun 13 2025 05:05:26 for LeviLamina by
1.12.0