LeviLamina
Loading...
Searching...
No Matches
PingedCompatibleServer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // prevent constructor by default
33
34public:
35 // member functions
36 // NOLINTBEGIN
38
40
42
43 MCNAPI_C ::std::string getId() const;
44
46 // NOLINTEND
47
48public:
49 // constructor thunks
50 // NOLINTBEGIN
51 MCNAPI void* $ctor();
52
54
55 MCNAPI void* $ctor(::PingedCompatibleServer const&);
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCNAPI void $dtor();
62 // NOLINTEND
63};
MCAPI PingedCompatibleServer(::PingedCompatibleServer &&)
MCAPI void * $ctor(::PingedCompatibleServer &&)
MCAPI void * $ctor()
MCAPI void * $ctor(::PingedCompatibleServer const &)
MCAPI PingedCompatibleServer(::PingedCompatibleServer const &)
Definition Alias.h:14