Class PropertyKey
java.lang.Object
org.geysermc.floodgate.api.player.PropertyKey
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 ClassesModifier and TypeClassDescriptionstatic enumDeprecated, for removal: This API element is subject to removal in a future version. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PropertyKeyDeprecated, 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 Skinstatic final PropertyKeyDeprecated, for removal: This API element is subject to removal in a future version.Socket Address returns the InetSocketAddress of the Bedrock player -
Constructor Summary
ConstructorsConstructorDescriptionPropertyKey(String key, boolean changeable, boolean removable) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetKey()Deprecated, for removal: This API element is subject to removal in a future version.isAddAllowed(Object obj) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
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
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
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
isAddAllowed
Deprecated, for removal: This API element is subject to removal in a future version. -
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.
-