Class PropertyKey
java.lang.Object
org.geysermc.floodgate.api.player.PropertyKey
Deprecated.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyKeyDeprecated.Skin Uploaded returns a SkinData object containing the value and signature of the Skinstatic final PropertyKeyDeprecated.Socket Address returns the InetSocketAddress of the Bedrock player -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Deprecated.isAddAllowed(Object obj) Deprecated.booleanDeprecated.booleanDeprecated.
-
Field Details
-
SOCKET_ADDRESS
Deprecated.Socket Address returns the InetSocketAddress of the Bedrock player -
SKIN_UPLOADED
Deprecated.Skin Uploaded returns a SkinData object containing the value and signature of the Skin
-
-
Constructor Details
-
PropertyKey
Deprecated.
-
-
Method Details
-
isAddAllowed
Deprecated. -
getKey
Deprecated. -
isChangeable
public boolean isChangeable()Deprecated. -
isRemovable
public boolean isRemovable()Deprecated.
-