LeviLamina
Loading...
Searching...
No Matches
InfestedBlock.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
Block
;
11
class
BlockPos
;
12
class
BlockSource
;
13
class
HashedString
;
14
struct
ResourceDropsContext
;
15
// clang-format on
16
17
class
InfestedBlock
:
public
::BlockLegacy
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<8, 48, ::HashedString const> mUninfestedBlockId;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
// vIndex: 130
28
virtual ::Block
const
* tryGetUninfested(
::Block
const
& block)
const
/*override*/
;
29
30
// vIndex: 91
31
virtual
void
spawnAfterBreak(
32
::BlockSource
& region,
33
::Block
const
&,
34
::BlockPos
const
& pos,
35
::ResourceDropsContext
const
& resourceDropsContext
36
)
const
/*override*/
;
37
38
// vIndex: 0
39
virtual
~InfestedBlock
()
/*override*/
=
default
;
40
// NOLINTEND
41
42
public
:
43
// static functions
44
// NOLINTBEGIN
45
MCAPI
static
void
spawnSilverfish(
::BlockSource
& region,
::BlockPos
const
& pos);
46
// NOLINTEND
47
48
public
:
49
// destructor thunk
50
// NOLINTBEGIN
51
52
// NOLINTEND
53
54
public
:
55
// virtual function thunks
56
// NOLINTBEGIN
57
MCFOLD ::Block
const
* $tryGetUninfested(
::Block
const
& block)
const
;
58
59
MCFOLD
void
$spawnAfterBreak(
60
::BlockSource
& region,
61
::Block
const
&,
62
::BlockPos
const
& pos,
63
::ResourceDropsContext
const
& resourceDropsContext
64
)
const
;
65
// NOLINTEND
66
67
public
:
68
// vftables
69
// NOLINTBEGIN
70
MCAPI
static
void
** $vftable();
71
// NOLINTEND
72
};
BlockLegacy
Definition
BlockLegacy.h:88
BlockPos
Definition
BlockPos.h:18
BlockSource
Definition
BlockSource.h:67
Block
Definition
Block.h:36
HashedString
Definition
HashedString.h:5
InfestedBlock
Definition
InfestedBlock.h:17
ResourceDropsContext
Definition
ResourceDropsContext.h:5
src
mc
world
level
block
InfestedBlock.h
Generated on Sat Apr 26 2025 05:56:21 for LeviLamina by
1.12.0