LeviLamina
Loading...
Searching...
No Matches
CameraAimAssistCategoryDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/Result.h"
7
8// auto generated forward declare list
9// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_21_50 {
15
17public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
34 MCAPI ::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition&
36
37 MCAPI ::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition&
39
40 MCAPI bool operator==(::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition const&) const;
41
43 // NOLINTEND
44
45public:
46 // static functions
47 // NOLINTBEGIN
48 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
49
50 MCAPI static ::Bedrock::Result<::SharedTypes::v1_21_50::CameraAimAssistCategoryDefinition>
51 read(::ReadOnlyBinaryStream& stream);
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
58 // NOLINTEND
59
60public:
61 // destructor thunk
62 // NOLINTBEGIN
63 MCAPI void $dtor();
64 // NOLINTEND
65};
66
67} // namespace SharedTypes::v1_21_50
Definition ReadOnlyBinaryStream.h:8
Definition CameraAimAssistCategoryDefinition.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14