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