public class LoginPluginResponseMessage extends Object implements com.flowpowered.network.Message
| Constructor and Description |
|---|
LoginPluginResponseMessage(int transactionId,
boolean successful,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
byte[] |
getData() |
int |
getTransactionId() |
int |
hashCode() |
boolean |
isSuccessful() |
String |
toString() |
public LoginPluginResponseMessage(int transactionId,
boolean successful,
byte[] data)
Copyright © 2021. All rights reserved.