Class CallerImplementation
java.lang.Object
com.djrapitops.plan.extension.implementation.CallerImplementation
- All Implemented Interfaces:
Caller
Implementation for
Caller interface.-
Constructor Summary
ConstructorsConstructorDescriptionCallerImplementation(DataValueGatherer gatherer, ExtensionSvc extensionService, Processing processing) -
Method Summary
Modifier and TypeMethodDescriptionvoidupdatePlayerData(UUID playerUUID, String playerName) Calls all player methods of the associatedDataExtension.voidCalls all server methods of the associatedDataExtension.
-
Constructor Details
-
CallerImplementation
public CallerImplementation(DataValueGatherer gatherer, ExtensionSvc extensionService, Processing processing)
-
-
Method Details
-
updatePlayerData
Description copied from interface:CallerCalls all player methods of the associatedDataExtension.Player methods have
UUIDorStringas a method parameter and a Provider annotation.- Specified by:
updatePlayerDatain interfaceCaller- Parameters:
playerUUID- UUID of the player.playerName- Name of the player.
-
updateServerData
public void updateServerData()Description copied from interface:CallerCalls all server methods of the associatedDataExtension.Server methods have no parameters or
Groupmethod parameter and a Provider annotation.- Specified by:
updateServerDatain interfaceCaller
-