game-common / pragma.party / PartyApi /
PartyApi #
class PartyApi(service: Service)
The backend entrypoint for sending service RPCs to the PartyService.
Constructors #
PartyApi | fun PartyApi(service: Service) |
Functions #
Name | Summary |
---|---|
Request to get a party | |
Request to get the party that a player is in. | |
Get the current party id for a player. Null if no current party id. | |
Request to update a Party. Triggers the PartyPlugin.handleBackendUpdateRequest plugin method. |