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
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(Params const&);
35 Params();
36
37 public:
38 // member functions
39 // NOLINTBEGIN
40 MCNAPI ::JsonRpc::NetherNetMessage::Params& operator=(::JsonRpc::NetherNetMessage::Params&&);
41
42 MCNAPI ~Params();
43 // NOLINTEND
44
45 public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCNAPI void $dtor();
49 // NOLINTEND
50 };
51
52public:
53 // member variables
54 // NOLINTBEGIN
56 // NOLINTEND
57
58public:
59 // prevent constructor by default
60 NetherNetMessage& operator=(NetherNetMessage const&);
63
64public:
65 // member functions
66 // NOLINTBEGIN
67 MCNAPI NetherNetMessage(::std::string netherNetId, ::std::string message);
68
70 // NOLINTEND
71
72public:
73 // static functions
74 // NOLINTBEGIN
75 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
76 // NOLINTEND
77
78public:
79 // constructor thunks
80 // NOLINTBEGIN
81 MCNAPI void* $ctor(::std::string netherNetId, ::std::string message);
82 // NOLINTEND
83
84public:
85 // destructor thunk
86 // NOLINTBEGIN
87 MCNAPI void $dtor();
88 // NOLINTEND
89};
90
91} // namespace JsonRpc
Definition JsonRpcNotificationBase.h:7
Definition NetherNetMessage.h:23
MCAPI::JsonRpc::NetherNetMessage::Params & operator=(::JsonRpc::NetherNetMessage::Params &&)
Definition NetherNetMessage.h:15
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(::std::string netherNetId, ::std::string message)
MCAPI NetherNetMessage(::std::string netherNetId, ::std::string message)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14