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 boolean
boolean
getName()
Returns the property name.Returns the property signature (if any/needed).getValue()
Returns the property value.int
hashCode()
void
Returns the property name.void
setSignature
(String signature) Returns the property signature (if any/needed).void
Returns 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
-