LeviLamina
Loading...
Searching...
No Matches
v1_20_50.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_20_50/item/DiggerItemComponent.h"
7#include "mc/deps/shared_types/v1_20_50/item/RepairableItemComponent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace SharedTypes::v1_20_50 { struct ComponentItemComponentData; }
12namespace SharedTypes::v1_20_50 { struct ShooterItemComponent; }
13namespace SharedTypes::v1_20_50 { struct TagsItemComponent; }
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
17namespace SharedTypes::v1_20_50 {
18// functions
19// NOLINTBEGIN
20MCAPI void bindItemComponentTypes(::cereal::ReflectionCtx& ctx);
21
22MCAPI bool operator==(
23 ::SharedTypes::v1_20_50::DiggerItemComponent::BlockInfo const& __P0,
24 ::SharedTypes::v1_20_50::DiggerItemComponent::BlockInfo const& __P1
25);
26
27MCAPI bool operator==(
28 ::SharedTypes::v1_20_50::ComponentItemComponentData const& __P0,
29 ::SharedTypes::v1_20_50::ComponentItemComponentData const& __P1
30);
31
32MCAPI bool operator==(
33 ::SharedTypes::v1_20_50::RepairableItemComponent::RepairItemEntry const& __P0,
34 ::SharedTypes::v1_20_50::RepairableItemComponent::RepairItemEntry const& __P1
35);
36
37MCAPI bool operator==(
38 ::SharedTypes::v1_20_50::ShooterItemComponent const& __P0,
39 ::SharedTypes::v1_20_50::ShooterItemComponent const& __P1
40);
41
42MCFOLD bool operator==(
43 ::SharedTypes::v1_20_50::TagsItemComponent const& __P0,
44 ::SharedTypes::v1_20_50::TagsItemComponent const& __P1
45);
46// NOLINTEND
47
48} // namespace SharedTypes::v1_20_50
Definition ComponentItemComponentData.h:44
Definition ShooterItemComponent.h:15
Definition TagsItemComponent.h:12
Definition ReflectionCtx.h:11