Class MatchmakingRequest
java.lang.Object
dev.itsharshxd.zentrix.api.matchmaking.MatchmakingRequest
Immutable atomic matchmaking request.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionMatchmakingRequest(@NotNull Collection<? extends org.bukkit.entity.Player> onlineTargets, @Nullable String gameTypeName, @Nullable String sourceArenaName, @Nullable UUID partyLeaderId) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull MatchmakingRequest.Builderbuilder(@NotNull Collection<? extends org.bukkit.entity.Player> onlineTargets) @NotNull List<org.bukkit.entity.Player>
-
Constructor Details
-
MatchmakingRequest
public MatchmakingRequest(@NotNull @NotNull Collection<? extends org.bukkit.entity.Player> onlineTargets, @Nullable @Nullable String gameTypeName, @Nullable @Nullable String sourceArenaName, @Nullable @Nullable UUID partyLeaderId)
-
-
Method Details
-
getOnlineTargets
-
getGameTypeName
-
getSourceArenaName
-
getPartyLeaderId
-
builder
@NotNull public static @NotNull MatchmakingRequest.Builder builder(@NotNull @NotNull Collection<? extends org.bukkit.entity.Player> onlineTargets)
-