LeviLamina
Loading...
Searching...
No Matches
v1_21_40.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_40 { struct ComponentItemComponentData; }
8namespace cereal { struct ReflectionCtx; }
9// clang-format on
10
11namespace SharedTypes::v1_21_40 {
12// functions
13// NOLINTBEGIN
14MCAPI void bindClientBiomeFoliageColorMapEnum(::cereal::ReflectionCtx& ctx);
15
16MCAPI void bindClientBiomeGrassColorMapEnum(::cereal::ReflectionCtx& ctx);
17
18MCAPI bool operator==(
19 ::SharedTypes::v1_21_40::ComponentItemComponentData const& __P0,
20 ::SharedTypes::v1_21_40::ComponentItemComponentData const& __P1
21);
22// NOLINTEND
23
24} // namespace SharedTypes::v1_21_40
Definition ComponentItemComponentData.h:51
Definition ReflectionCtx.h:11