LeviLamina
Loading...
Searching...
No Matches
ItemQuery.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
ItemStack
;
8
struct
ItemQueryOptions
;
9
// clang-format on
10
11
class
ItemQuery
{
12
public
:
13
// static functions
14
// NOLINTBEGIN
15
MCAPI
static
bool
matches(
::ItemStack
const
& item,
::ItemQueryOptions
const
& options);
16
// NOLINTEND
17
};
ItemQuery
Definition
ItemQuery.h:11
ItemStack
Definition
ItemStack.h:35
ItemQueryOptions
Definition
ItemQueryOptions.h:13
src
mc
world
item
query
ItemQuery.h
Generated on
for LeviLamina by
1.16.1