Uses of Class
com.xyrisdev.cloud.implementation.model.DuelSession
Packages that use DuelSession
-
Uses of DuelSession in com.xyrisdev.cloud.api.handler.duel
Methods in com.xyrisdev.cloud.api.handler.duel that return types with arguments of type DuelSessionModifier and TypeMethodDescription@NotNull @UnmodifiableView Map
<UUID, DuelSession> DuelAPI.getActiveDuels()
Gets all active duel sessions. -
Uses of DuelSession in com.xyrisdev.cloud.api.scoreboard.adapter
Methods in com.xyrisdev.cloud.api.scoreboard.adapter with parameters of type DuelSessionModifier and TypeMethodDescriptionvoid
DuelScoreboardAdapter.show
(@NotNull org.bukkit.entity.Player player, @NotNull DuelSession session, @NotNull String kit) Displays the scoreboard for the specified player during a duel.void
SpectatorScoreboardAdapter.show
(@NotNull org.bukkit.entity.Player spectator, @NotNull org.bukkit.entity.Player player, @NotNull DuelSession session, @NotNull String kit) Displays the scoreboard for a spectator during a duel.