Package org.geysermc.floodgate.api
Class InstanceHolder
java.lang.Object
org.geysermc.floodgate.api.InstanceHolder
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
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic FloodgateApigetApi()Deprecated, for removal: This API element is subject to removal in a future version.static FloodgateEventBusDeprecated, for removal: This API element is subject to removal in a future version.static PlayerLinkDeprecated, for removal: This API element is subject to removal in a future version.static booleanset(FloodgateApi floodgateApi, PlayerLink link, FloodgateEventBus floodgateEventBus, UUID key) Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
InstanceHolder
public InstanceHolder()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
set
public static boolean set(FloodgateApi floodgateApi, PlayerLink link, FloodgateEventBus floodgateEventBus, UUID key) Deprecated, for removal: This API element is subject to removal in a future version. -
getApi
Deprecated, for removal: This API element is subject to removal in a future version. -
getPlayerLink
Deprecated, for removal: This API element is subject to removal in a future version. -
getEventBus
Deprecated, for removal: This API element is subject to removal in a future version.
-