game-common / pragma.matchlifecycle /

Package pragma.matchlifecycle #

Types #

NameSummary

MatchEndDependentJob

abstract class MatchEndDependentJob : DependentJob<GameDataRpc.MatchProcessedV3Notification.Builder>

MatchEndDependentJob lets you define how to process end of match results, with support for a dependency graph of processing order.

MatchEndPlugin

interface MatchEndPlugin

The MatchEndPlugin is responsible for determining which match end processing jobs are performed on match ends.

MatchFoundPlugin

interface MatchFoundPlugin

MatchFoundPlugin is used to define custom interactions when players are starting or joining a match.