LeviLamina
Loading...
Searching...
No Matches
CandidateAdd.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace NetherNet {
6
8public:
9 // member variables
10 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
17 CandidateAdd& operator=(CandidateAdd const&);
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCNAPI ::std::string ToString() const;
25 // NOLINTEND
26
27public:
28 // static functions
29 // NOLINTBEGIN
30 MCNAPI static ::std::optional<::NetherNet::CandidateAdd>
31 TryParse(::std::array<::std::string_view, 3> const& tokens);
32 // NOLINTEND
33
34public:
35 // static variables
36 // NOLINTBEGIN
37 MCNAPI static ::std::string_view const& kIdentifier();
38 // NOLINTEND
39};
40
41} // namespace NetherNet
Definition CandidateAdd.h:7
static MCAPI ::std::string_view const & kIdentifier()
MCAPI::std::string ToString() const
static MCAPI ::std::optional<::NetherNet::CandidateAdd > TryParse(::std::array<::std::string_view, 3 > const &tokens)
Definition Alias.h:14