Class Property

java.lang.Object
net.md_5.bungee.protocol.Property

public class Property extends Object
Represents a player profile property.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Returns the property name.
    • getValue

      public String getValue()
      Returns the property value.
    • getSignature

      public String getSignature()
      Returns the property signature (if any/needed).
    • setName

      public void setName(String name)
      Returns the property name.
    • setValue

      public void setValue(String value)
      Returns the property value.
    • setSignature

      public void setSignature(String signature)
      Returns the property signature (if any/needed).
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object