Class MmcTeam

java.lang.Object
fr.multimc.api.spigot.games.teams.MmcTeam

public class MmcTeam extends Object
  • Constructor Details

    • MmcTeam

      public MmcTeam(@NotNull @NotNull String name, @NotNull @NotNull String teamCode, @NotNull @NotNull MmcPlayer... mmcPlayers)
  • Method Details

    • addPlayer

      public void addPlayer(MmcPlayer mmcPlayer)
    • removePlayer

      public void removePlayer(MmcPlayer mmcPlayer)
    • isPlayerInTeam

      public boolean isPlayerInTeam(@NotNull @NotNull UUID uuid)
    • isPlayerInTeam

      public boolean isPlayerInTeam(@NotNull @NotNull MmcPlayer mmcPlayer)
    • sendMessage

      public void sendMessage(@NotNull @NotNull net.kyori.adventure.text.Component message)
    • sendTitle

      public void sendTitle(@Nullable @Nullable net.kyori.adventure.text.Component title, @Nullable @Nullable net.kyori.adventure.text.Component subtitle)
    • sendActionBar

      public void sendActionBar(@NotNull @NotNull net.kyori.adventure.text.Component bar)
    • playSound

      public void playSound(@NotNull @NotNull org.bukkit.Sound sound)
    • getName

      public String getName()
    • getTeamCode

      public String getTeamCode()
    • getTeamSize

      public int getTeamSize()
    • getPlayers

      public List<MmcPlayer> getPlayers()