LeviLamina
Loading...
Searching...
No Matches
Modifier.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Block
;
8
class
Randomize
;
9
struct
ResourceDrops
;
10
struct
ResourceDropsContext
;
11
// clang-format on
12
13
namespace
VanillaBlockDrops::Modifier {
14
// functions
15
// NOLINTBEGIN
16
MCAPI ::std::function<
::ResourceDrops
(
::Block
const
&,
::Randomize
&,
::ResourceDropsContext
const
&)> applyExplosionDecay(
17
::std::function<
::ResourceDrops
(
::Block
const
&,
::Randomize
&,
::ResourceDropsContext
const
&)> dropStrategy
18
);
19
20
MCAPI ::std::function<
::ResourceDrops
(
::Block
const
&,
::Randomize
&,
::ResourceDropsContext
const
&)>
21
applyNameTagFromBlockActor(
22
::std::function<
::ResourceDrops
(
::Block
const
&,
::Randomize
&,
::ResourceDropsContext
const
&)> dropStrategy
23
);
24
// NOLINTEND
25
26
}
// namespace VanillaBlockDrops::Modifier
Block
Definition
Block.h:36
Randomize
Definition
Randomize.h:13
ResourceDropsContext
Definition
ResourceDropsContext.h:5
ResourceDrops
Definition
ResourceDrops.h:10
src
mc
world
level
block
vanilla_block_drops
Modifier.h
Generated on Sat Apr 26 2025 05:56:22 for LeviLamina by
1.12.0