|
enum class | ServerConnectionOutcome : int {
Success = 0
, Failed = 1
, FailedUserOffline = 2
, FailedServerFull = 3
,
FailedServerOffline = 4
} |
|
enum class | ConnectionFailureReason : int { Unknown = -1
, MismatchedMinecraftProtocol = 1
, MismatchedRaknetVersion = 2
} |
|
enum class | PlayerJoinWorldAttemptState : int {
Unknown = 0
, AttemptingToJoin = 1
, TimedOutAttemptingJoin = 2
, FailedToJoin = 3
,
SuccessfulJoin = 4
, Canceled = 5
} |
|
|
virtual void | fireServerConnectionEvent (::IConnectionEventing::ServerConnectionOutcome, uint, double, ::std::string const &, ::std::string const &)=0 |
|
virtual void | fireEventConnectionFailed (::IConnectionEventing::ConnectionFailureReason)=0 |
|
virtual void | fireEventOnSuccessfulClientLogin (::MultiPlayerLevel const *)=0 |
|
◆ $vftable()
static MCAPI void ** IConnectionEventing::$vftable |
( |
| ) |
|
|
static |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this class was generated from the following file: