Constructor and Description |
---|
CallerImplementation(ProviderValueGatherer gatherer,
ExtensionServiceImplementation extensionService,
Processing processing) |
Modifier and Type | Method and Description |
---|---|
void |
updatePlayerData(java.util.UUID playerUUID,
java.lang.String playerName)
Calls all player methods of the associated
DataExtension . |
void |
updateServerData()
Calls all server methods of the associated
DataExtension . |
public CallerImplementation(ProviderValueGatherer gatherer, ExtensionServiceImplementation extensionService, Processing processing)
public void updatePlayerData(java.util.UUID playerUUID, java.lang.String playerName)
Caller
DataExtension
.
Player methods have UUID
or String
as a method parameter and a Provider annotation.
updatePlayerData
in interface Caller
playerUUID
- UUID of the player.playerName
- Name of the player.public void updateServerData()
Caller
DataExtension
.
Server methods have no parameters or Group
method parameter and a Provider annotation.
updateServerData
in interface Caller