Package com.djrapitops.plan.api
Interface PlanAPI
- All Known Implementing Classes:
CommonAPI
Deprecated.
Plan API v4 has been deprecated, use the APIv5 instead (wiki).
Interface for PlanAPI methods.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addPluginDataSource
(PluginData pluginData) Deprecated.PluginData API has been deprecated - see wiki for new API.fetchPlayerContainer
(UUID uuid) Deprecated.Fetch PlayerContainer from the database.fetchServerContainer
(UUID serverUUID) Deprecated.Fetch a ServerContainer from the database.Deprecated.Fetch server UUIDs.static PlanAPI
Deprecated.Deprecated.getPlayerInspectPageLink
(String playerName) Deprecated.getPlayerInspectPageLink
(UUID uuid) Deprecated.getPlayerName
(UUID uuid) Deprecated.playerNameToUUID
(String playerName) Deprecated.
-
Method Details
-
getInstance
Deprecated. -
addPluginDataSource
Deprecated.PluginData API has been deprecated - see wiki for new API. -
getPlayerInspectPageLink
Deprecated. -
getPlayerInspectPageLink
Deprecated. -
getPlayerName
Deprecated. -
playerNameToUUID
Deprecated. -
getKnownPlayerNames
Deprecated. -
fetchPlayerContainer
Deprecated.Fetch PlayerContainer from the database.Blocking operation.
- Parameters:
uuid
- UUID of the player.- Returns:
- a
PlayerContainer
.
-
fetchServerContainer
Deprecated.Fetch a ServerContainer from the database.Blocking operation.
- Parameters:
serverUUID
- UUID of the server.- Returns:
- a
ServerContainer
.
-
fetchServerUUIDs
Collection<UUID> fetchServerUUIDs()Deprecated.Fetch server UUIDs.- Returns:
- All Plan server UUIDs.
-