LeviLamina
Loading...
Searching...
No Matches
v1_21_100.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class EatMobGoal;
8class EntityContext;
10namespace SharedTypes::v1_21_100 { struct EatMobGoalDefinition; }
11namespace SharedTypes::v1_21_100 { struct TransportItemsGoalDefinition; }
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace SharedTypes::v1_21_100 {
16// functions
17// NOLINTBEGIN
18MCNAPI void bindLookMode(::cereal::ReflectionCtx& ctx);
19
20MCNAPI void bindPlayerViewMode(::cereal::ReflectionCtx& ctx);
21
22MCNAPI void bindRotationSpace(::cereal::ReflectionCtx& ctx);
23
24MCNAPI void initialize(::EntityContext&, ::EatMobGoal& goal, ::SharedTypes::v1_21_100::EatMobGoalDefinition definition);
25
26MCNAPI void initialize(
30);
31// NOLINTEND
32
33} // namespace SharedTypes::v1_21_100
Definition EatMobGoal.h:17
Definition EntityContext.h:16
Definition TransportItemsGoal.h:20
Definition EatMobGoalDefinition.h:15
Definition TransportItemsGoalDefinition.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5