Class PropertyKey

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

@Deprecated(forRemoval=true, since="3.0.0") public class PropertyKey extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
The Floodgate API has been deprecated in favor of the GeyserApi, which is shared between Geyser and Floodgate
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final PropertyKey
    Deprecated, for removal: This API element is subject to removal in a future version.
    Skin Uploaded returns a SkinData object containing the value and signature of the Skin
    static final PropertyKey
    Deprecated, for removal: This API element is subject to removal in a future version.
    Socket Address returns the InetSocketAddress of the Bedrock player
  • Constructor Summary

    Constructors
    Constructor
    Description
    PropertyKey(String key, boolean changeable, boolean removable)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • SOCKET_ADDRESS

      public static final PropertyKey SOCKET_ADDRESS
      Deprecated, for removal: This API element is subject to removal in a future version.
      Socket Address returns the InetSocketAddress of the Bedrock player
    • SKIN_UPLOADED

      public static final PropertyKey SKIN_UPLOADED
      Deprecated, for removal: This API element is subject to removal in a future version.
      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, for removal: This API element is subject to removal in a future version.
  • Method Details

    • isAddAllowed

      public PropertyKey.Result isAddAllowed(Object obj)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getKey

      public String getKey()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isChangeable

      public boolean isChangeable()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • isRemovable

      public boolean isRemovable()
      Deprecated, for removal: This API element is subject to removal in a future version.