Package net.md_5.bungee.protocol
Class Property
java.lang.Object
net.md_5.bungee.protocol.Property
Represents a player profile property.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetName()Returns the property name.Returns the property signature (if any/needed).getValue()Returns the property value.inthashCode()voidReturns the property name.voidsetSignature(String signature) Returns the property signature (if any/needed).voidReturns the property value.toString()
-
Constructor Details
-
Property
-
Property
-
-
Method Details
-
getName
Returns the property name. -
getValue
Returns the property value. -
getSignature
Returns the property signature (if any/needed). -
setName
Returns the property name. -
setValue
Returns the property value. -
setSignature
Returns the property signature (if any/needed). -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-