LeviLamina
Loading...
Searching...
No Matches
GlowstoneBlock.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/block/BlockType.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
BlockSource
;
11
class
Container
;
12
class
Vec3
;
13
// clang-format on
14
15
class
GlowstoneBlock
:
public
::BlockType {
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
virtual
bool
dispense(
::BlockSource
& region,
::Container
& container,
int
slot,
::Vec3
const
& pos, uchar face)
const
20
/*override*/
;
21
22
virtual
~GlowstoneBlock
()
/*override*/
=
default
;
23
// NOLINTEND
24
25
public
:
26
// virtual function thunks
27
// NOLINTBEGIN
28
MCAPI
bool
$dispense(
::BlockSource
& region,
::Container
& container,
int
slot,
::Vec3
const
& pos, uchar face)
const
;
29
30
31
// NOLINTEND
32
33
public
:
34
// vftables
35
// NOLINTBEGIN
36
MCAPI
static
void
** $vftable();
37
// NOLINTEND
38
};
BlockSource
Definition
BlockSource.h:68
Container
Definition
Container.h:33
GlowstoneBlock
Definition
GlowstoneBlock.h:15
Vec3
Definition
Vec3.h:10
src
mc
world
level
block
GlowstoneBlock.h
Generated on
for LeviLamina by
1.16.1