Class MatchmakingResult

java.lang.Object
dev.itsharshxd.zentrix.api.matchmaking.MatchmakingResult

public final class MatchmakingResult extends Object
Immutable result returned after all admission or creation work has completed.
  • Constructor Details

  • Method Details

    • getStatus

      @NotNull public @NotNull MatchmakingStatus getStatus()
    • getAcceptedPlayerIds

      @NotNull public @NotNull List<UUID> getAcceptedPlayerIds()
    • getRejectedPlayerIds

      @NotNull public @NotNull List<UUID> getRejectedPlayerIds()
    • getRuntimeGame

      @NotNull public @NotNull Optional<ZentrixGame> getRuntimeGame()
    • getSourceArenaName

      @NotNull public @NotNull Optional<String> getSourceArenaName()
    • getSourceDisposition

      @NotNull public @NotNull SourceDisposition getSourceDisposition()
    • getDetail

      @NotNull public @NotNull String getDetail()
    • isSuccess

      public boolean isSuccess()