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 cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_20_50 {
15// functions
16// NOLINTBEGIN
17MCAPI void bindItemComponentTypes(::cereal::ReflectionCtx& ctx);
18
19MCAPI bool operator==(
20 ::SharedTypes::v1_20_50::DiggerItemComponent::BlockInfo const& __P0,
21 ::SharedTypes::v1_20_50::DiggerItemComponent::BlockInfo const& __P1
22);
23
24MCAPI bool operator==(
25 ::SharedTypes::v1_20_50::RepairableItemComponent::RepairItemEntry const& __P0,
26 ::SharedTypes::v1_20_50::RepairableItemComponent::RepairItemEntry const& __P1
27);
28// NOLINTEND
29
30} // namespace SharedTypes::v1_20_50
Definition ReflectionCtx.h:11