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/BlockLegacy.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
::BlockLegacy
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 58
20
virtual
bool
dispense(
::BlockSource
& region,
::Container
& container,
int
slot,
::Vec3
const
& pos, uchar face)
const
21
/*override*/
;
22
23
// vIndex: 0
24
virtual
~GlowstoneBlock
()
/*override*/
=
default
;
25
// NOLINTEND
26
27
public
:
28
// virtual function thunks
29
// NOLINTBEGIN
30
MCAPI
bool
$dispense(
::BlockSource
& region,
::Container
& container,
int
slot,
::Vec3
const
& pos, uchar face)
const
;
31
// NOLINTEND
32
33
public
:
34
// vftables
35
// NOLINTBEGIN
36
MCNAPI
static
void
**
$vftable
();
37
// NOLINTEND
38
};
BlockLegacy
Definition
BlockLegacy.h:88
BlockSource
Definition
BlockSource.h:67
Container
Definition
Container.h:30
GlowstoneBlock
Definition
GlowstoneBlock.h:15
GlowstoneBlock::$vftable
static MCAPI void ** $vftable()
Vec3
Definition
Vec3.h:10
src
mc
world
level
block
GlowstoneBlock.h
Generated on Fri Jun 13 2025 05:05:15 for LeviLamina by
1.12.0