LeviLamina
Loading...
Searching...
No Matches
NetherNetMessage.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/network/services/signaling/json_rpc/JsonRpcNotificationBase.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace JsonRpc {
14
15struct NetherNetMessage : public ::JsonRpc::JsonRpcNotificationBase {
16public:
17 // NetherNetMessage inner types declare
18 // clang-format off
19 struct Params;
20 // clang-format on
21
22 // NetherNetMessage inner types define
23 struct Params {
24 public:
25 // member variables
26 // NOLINTBEGIN
29 // NOLINTEND
30
31 public:
32 // prevent constructor by default
33 Params& operator=(Params const&);
34 Params();
35
36 public:
37 // member functions
38 // NOLINTBEGIN
40
41 MCNAPI ::JsonRpc::NetherNetMessage::Params& operator=(::JsonRpc::NetherNetMessage::Params&&);
42
43 MCNAPI ~Params();
44 // NOLINTEND
45
46 public:
47 // constructor thunks
48 // NOLINTBEGIN
50 // NOLINTEND
51
52 public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCNAPI void $dtor();
56 // NOLINTEND
57 };
58
59public:
60 // member variables
61 // NOLINTBEGIN
63 // NOLINTEND
64
65public:
66 // prevent constructor by default
67 NetherNetMessage(NetherNetMessage const&);
68 NetherNetMessage();
69
70public:
71 // member functions
72 // NOLINTBEGIN
73 MCNAPI NetherNetMessage(::std::string netherNetId, ::std::string message);
74
75 MCNAPI ::JsonRpc::NetherNetMessage& operator=(::JsonRpc::NetherNetMessage const&);
76
78 // NOLINTEND
79
80public:
81 // static functions
82 // NOLINTBEGIN
83 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
84 // NOLINTEND
85
86public:
87 // constructor thunks
88 // NOLINTBEGIN
89 MCNAPI void* $ctor(::std::string netherNetId, ::std::string message);
90 // NOLINTEND
91
92public:
93 // destructor thunk
94 // NOLINTBEGIN
95 MCNAPI void $dtor();
96 // NOLINTEND
97};
98
99} // namespace JsonRpc
Definition JsonRpcNotificationBase.h:12
Definition NetherNetMessage.h:23
MCAPI::JsonRpc::NetherNetMessage::Params & operator=(::JsonRpc::NetherNetMessage::Params &&)
MCAPI void * $ctor(::JsonRpc::NetherNetMessage::Params const &)
MCAPI Params(::JsonRpc::NetherNetMessage::Params const &)
Definition NetherNetMessage.h:15
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(::std::string netherNetId, ::std::string message)
MCAPI::JsonRpc::NetherNetMessage & operator=(::JsonRpc::NetherNetMessage const &)
MCAPI NetherNetMessage(::std::string netherNetId, ::std::string message)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14