Interface Caller

    • Method Detail

      • updatePlayerData

        void updatePlayerData​(java.util.UUID playerUUID,
                              java.lang.String playerName)
                       throws java.lang.IllegalArgumentException
        Calls all player methods of the associated DataExtension.

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

        Parameters:
        playerUUID - UUID of the player.
        playerName - Name of the player.
        Throws:
        java.lang.IllegalArgumentException - If playerUUID or playerName is null.
      • updateServerData

        void updateServerData()
        Calls all server methods of the associated DataExtension.

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