LeviLamina
Loading...
Searching...
No Matches
Condition.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
HashedString
;
9
class
Randomize
;
10
struct
ResourceDropsContext
;
11
// clang-format on
12
13
namespace
VanillaBlockDrops::Condition {
14
// functions
15
// NOLINTBEGIN
16
MCNAPI ::std::function<bool(
::Block
const
&,
::Randomize
&,
::ResourceDropsContext
const
&)> either(
17
::std::function<
bool
(
::Block
const
&,
::Randomize
&,
::ResourceDropsContext
const
&)> condition1,
18
::std::function<
bool
(
::Block
const
&,
::Randomize
&,
::ResourceDropsContext
const
&)> condition2
19
);
20
21
MCNAPI ::std::function<bool(
::Block
const
&,
::Randomize
&,
::ResourceDropsContext
const
&)>
22
toolMatches(
::HashedString
const
& itemId);
23
// NOLINTEND
24
25
}
// namespace VanillaBlockDrops::Condition
Block
Definition
Block.h:38
HashedString
Definition
HashedString.h:5
Randomize
Definition
Randomize.h:13
ResourceDropsContext
Definition
ResourceDropsContext.h:12
src
mc
world
level
block
vanilla_block_drops
Condition.h
Generated on Fri Jun 13 2025 13:06:23 for LeviLamina by
1.12.0