LeviLamina
Loading...
Searching...
No Matches
CameraAimAssistCategoryPriorities.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
10class BinaryStream;
12// clang-format on
13
14namespace SharedTypes::v1_21_50 {
15
17public:
18 // member variables
19 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
29
30public:
31 // member functions
32 // NOLINTBEGIN
34
36
37 MCAPI ::SharedTypes::v1_21_50::CameraAimAssistCategoryPriorities&
39
40 MCAPI bool operator==(::SharedTypes::v1_21_50::CameraAimAssistCategoryPriorities const&) const;
41
42 MCAPI void write(::BinaryStream& stream) const;
43
45 // NOLINTEND
46
47public:
48 // static functions
49 // NOLINTBEGIN
50 MCAPI static ::Bedrock::Result<::SharedTypes::v1_21_50::CameraAimAssistCategoryPriorities>
51 read(::ReadOnlyBinaryStream& stream);
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCAPI void* $ctor();
58
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCAPI void $dtor();
66 // NOLINTEND
67};
68
69} // namespace SharedTypes::v1_21_50
Definition BinaryStream.h:10
Definition ReadOnlyBinaryStream.h:8
Definition CameraAimAssistCategoryPriorities.h:16
Definition Alias.h:14