LeviLamina
Loading...
Searching...
No Matches
v1_21_60.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace SharedTypes::v1_21_60 { struct ComponentItemComponentData; }
8namespace SharedTypes::v1_21_60 { struct CustomComponentsItemComponent; }
9namespace SharedTypes::v1_21_60 { struct StorageItemComponent; }
10// clang-format on
11
12namespace SharedTypes::v1_21_60 {
13// functions
14// NOLINTBEGIN
15MCFOLD bool operator==(
16 ::SharedTypes::v1_21_60::ComponentItemComponentData const& __P0,
17 ::SharedTypes::v1_21_60::ComponentItemComponentData const& __P1
18);
19
20MCAPI bool operator==(
21 ::SharedTypes::v1_21_60::CustomComponentsItemComponent const& __P0,
22 ::SharedTypes::v1_21_60::CustomComponentsItemComponent const& __P1
23);
24
25#ifdef LL_PLAT_C
26MCAPI bool operator==(
27 ::SharedTypes::v1_21_60::StorageItemComponent const& __P0,
28 ::SharedTypes::v1_21_60::StorageItemComponent const& __P1
29);
30#endif
31// NOLINTEND
32
33} // namespace SharedTypes::v1_21_60
Definition ComponentItemComponentData.h:54
Definition CustomComponentsItemComponent.h:16
Definition StorageItemComponent.h:13