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
7class Block;
8class HashedString;
9class Randomize;
11// clang-format on
12
13namespace VanillaBlockDrops::Condition {
14// functions
15// NOLINTBEGIN
16MCAPI ::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
21MCAPI ::std::function<bool(::Block const&, ::Randomize&, ::ResourceDropsContext const&)>
22toolMatches(::HashedString const& itemId);
23// NOLINTEND
24
25} // namespace VanillaBlockDrops::Condition
Definition Block.h:36
Definition HashedString.h:5
Definition Randomize.h:13
Definition ResourceDropsContext.h:5