Package net.md_5.bungee.connection
Class LoginResult
java.lang.Object
net.md_5.bungee.connection.LoginResult
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLoginResult(String id, String name, net.md_5.bungee.protocol.data.Property[] properties) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetId()getName()net.md_5.bungee.protocol.data.Property[]inthashCode()voidvoidvoidsetProperties(net.md_5.bungee.protocol.data.Property[] properties) toString()
-
Field Details
-
GSON
public static final com.google.gson.Gson GSON
-
-
Constructor Details
-
LoginResult
-
-
Method Details
-
getId
-
getName
-
getProperties
public net.md_5.bungee.protocol.data.Property[] getProperties() -
setId
-
setName
-
setProperties
public void setProperties(net.md_5.bungee.protocol.data.Property[] properties) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-