Class CallerImplementation

java.lang.Object
com.djrapitops.plan.extension.implementation.CallerImplementation
All Implemented Interfaces:
Caller

public class CallerImplementation extends Object implements Caller
Implementation for Caller interface.
  • Constructor Details

  • Method Details

    • updatePlayerData

      public void updatePlayerData(UUID playerUUID, String playerName)
      Description copied from interface: Caller
      Calls all player methods of the associated DataExtension.

      Player methods have UUID or String as a method parameter and a Provider annotation.

      Specified by:
      updatePlayerData in interface Caller
      Parameters:
      playerUUID - UUID of the player.
      playerName - Name of the player.
    • updateServerData

      public void updateServerData()
      Description copied from interface: Caller
      Calls all server methods of the associated DataExtension.

      Server methods have no parameters or Group method parameter and a Provider annotation.

      Specified by:
      updateServerData in interface Caller