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
IRandom
;
10
struct
ResourceDropsContext
;
11
// clang-format on
12
13
namespace
VanillaBlockDrops::Condition {
14
// functions
15
// NOLINTBEGIN
16
MCAPI ::std::function<bool(::Block
const
&, ::IRandom&, ::ResourceDropsContext
const
&)> either(
17
::std::function<
bool
(::Block
const
&, ::IRandom&, ::ResourceDropsContext
const
&)> condition1,
18
::std::function<
bool
(::Block
const
&, ::IRandom&, ::ResourceDropsContext
const
&)> condition2
19
);
20
21
MCAPI ::std::function<bool(::Block
const
&, ::IRandom&, ::ResourceDropsContext
const
&)>
22
toolMatches(::HashedString
const
& itemId);
23
// NOLINTEND
24
25
}
// namespace VanillaBlockDrops::Condition
Block
Definition
Block.h:69
HashedString
Definition
HashedString.h:5
IRandom
Definition
IRandom.h:10
ResourceDropsContext
Definition
ResourceDropsContext.h:18
src
mc
world
level
block
vanilla_block_drops
Condition.h
Generated on
for LeviLamina by
1.16.1