Class PropertyKey

java.lang.Object
org.geysermc.floodgate.api.player.PropertyKey

@Deprecated public class PropertyKey extends Object
Deprecated.
  • Field Details

    • SOCKET_ADDRESS

      public static final PropertyKey SOCKET_ADDRESS
      Deprecated.
      Socket Address returns the InetSocketAddress of the Bedrock player
    • SKIN_UPLOADED

      public static final PropertyKey SKIN_UPLOADED
      Deprecated.
      Skin Uploaded returns a SkinData object containing the value and signature of the Skin
  • Constructor Details

    • PropertyKey

      public PropertyKey(String key, boolean changeable, boolean removable)
      Deprecated.
  • Method Details

    • isAddAllowed

      public PropertyKey.Result isAddAllowed(Object obj)
      Deprecated.
    • getKey

      public String getKey()
      Deprecated.
    • isChangeable

      public boolean isChangeable()
      Deprecated.
    • isRemovable

      public boolean isRemovable()
      Deprecated.