LeviLamina
Loading...
Searching...
No Matches
v1_21_30.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_30 { struct ComponentItemComponentData; }
8namespace SharedTypes::v1_21_30 { struct DyeableItemComponent; }
9namespace SharedTypes::v1_21_30 { struct Trade; }
10namespace SharedTypes::v1_21_30 { struct TradeItem; }
11namespace SharedTypes::v1_21_30 { struct TradeTier; }
12// clang-format on
13
14namespace SharedTypes::v1_21_30 {
15// functions
16// NOLINTBEGIN
17MCAPI bool operator==(
18 ::SharedTypes::v1_21_30::ComponentItemComponentData const& __P0,
19 ::SharedTypes::v1_21_30::ComponentItemComponentData const& __P1
20);
21
22MCFOLD bool operator==(
23 ::SharedTypes::v1_21_30::DyeableItemComponent const& __P0,
24 ::SharedTypes::v1_21_30::DyeableItemComponent const& __P1
25);
26
27MCAPI bool operator==(::SharedTypes::v1_21_30::Trade const& __P0, ::SharedTypes::v1_21_30::Trade const& __P1);
28
29MCAPI bool operator==(::SharedTypes::v1_21_30::TradeItem const& __P0, ::SharedTypes::v1_21_30::TradeItem const& __P1);
30
31MCAPI bool operator==(::SharedTypes::v1_21_30::TradeTier const& __P0, ::SharedTypes::v1_21_30::TradeTier const& __P1);
32// NOLINTEND
33
34} // namespace SharedTypes::v1_21_30
Definition ComponentItemComponentData.h:51
Definition DyeableItemComponent.h:15
Definition TradeItem.h:18
Definition TradeTier.h:13
Definition Trade.h:13