Package net.md_5.bungee.api.chat.player
Class Profile
java.lang.Object
net.md_5.bungee.api.chat.player.Profile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetName()The name of the profile.Property[]The properties of the profile.getUuid()The UUID of the profile.inthashCode()voidThe name of the profile.voidsetProperties(Property[] properties) The properties of the profile.voidThe UUID of the profile.toString()
-
Constructor Details
-
Profile
-
Profile
-
Profile
-
Profile
Creates a newProfileinstance.- Parameters:
name- The name of the profile. Can be null.uuid- The UUID of the profile. Can be null.properties- The properties of the profile. Can be null.
-
-
Method Details
-
getName
The name of the profile. Can be null. -
getUuid
The UUID of the profile. Can be null. -
getProperties
The properties of the profile. Can be null. -
setName
The name of the profile. Can be null. -
setUuid
The UUID of the profile. Can be null. -
setProperties
The properties of the profile. Can be null. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-