Class LegacyApiWrapper
java.lang.Object
org.geysermc.floodgate.core.api.legacy.LegacyApiWrapper
- All Implemented Interfaces:
org.geysermc.floodgate.api.FloodgateApi
@Singleton
public final class LegacyApiWrapper
extends Object
implements org.geysermc.floodgate.api.FloodgateApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateJavaPlayerId(long xuid) getGamertagFor(long xuid) org.geysermc.floodgate.api.player.FloodgatePlayerintCollection<org.geysermc.floodgate.api.player.FloodgatePlayer>getXuidFor(String gamertag) booleanisFloodgateId(UUID uuid) booleanisFloodgatePlayer(UUID uuid) booleanbooleanbooleanbooleanbooleantransferPlayer(UUID uuid, String address, int port) org.geysermc.floodgate.api.unsafe.Unsafeunsafe()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.geysermc.floodgate.api.FloodgateApi
getEventBus, getPlayerLink, getUuidFor
-
Constructor Details
-
LegacyApiWrapper
public LegacyApiWrapper()
-
-
Method Details
-
getPlayerPrefix
- Specified by:
getPlayerPrefixin interfaceorg.geysermc.floodgate.api.FloodgateApi
-
getPlayers
- Specified by:
getPlayersin interfaceorg.geysermc.floodgate.api.FloodgateApi
-
getPlayerCount
public int getPlayerCount()- Specified by:
getPlayerCountin interfaceorg.geysermc.floodgate.api.FloodgateApi
-
isFloodgatePlayer
- Specified by:
isFloodgatePlayerin interfaceorg.geysermc.floodgate.api.FloodgateApi
-
getPlayer
- Specified by:
getPlayerin interfaceorg.geysermc.floodgate.api.FloodgateApi
-
createJavaPlayerId
- Specified by:
createJavaPlayerIdin interfaceorg.geysermc.floodgate.api.FloodgateApi
-
isFloodgateId
- Specified by:
isFloodgateIdin interfaceorg.geysermc.floodgate.api.FloodgateApi
-
sendForm
- Specified by:
sendFormin interfaceorg.geysermc.floodgate.api.FloodgateApi
-
sendForm
- Specified by:
sendFormin interfaceorg.geysermc.floodgate.api.FloodgateApi
-
sendForm
- Specified by:
sendFormin interfaceorg.geysermc.floodgate.api.FloodgateApi
-
sendForm
- Specified by:
sendFormin interfaceorg.geysermc.floodgate.api.FloodgateApi
-
transferPlayer
- Specified by:
transferPlayerin interfaceorg.geysermc.floodgate.api.FloodgateApi
-
getXuidFor
- Specified by:
getXuidForin interfaceorg.geysermc.floodgate.api.FloodgateApi
-
getGamertagFor
- Specified by:
getGamertagForin interfaceorg.geysermc.floodgate.api.FloodgateApi
-
unsafe
public org.geysermc.floodgate.api.unsafe.Unsafe unsafe()- Specified by:
unsafein interfaceorg.geysermc.floodgate.api.FloodgateApi
-