Class MmcTeam
java.lang.Object
fr.multimc.api.spigot.games.teams.MmcTeam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getName()
int
boolean
isPlayerInTeam
(@NotNull MmcPlayer mmcPlayer) boolean
isPlayerInTeam
(@NotNull UUID uuid) void
playSound
(@NotNull org.bukkit.Sound sound) void
removePlayer
(MmcPlayer mmcPlayer) void
sendActionBar
(@NotNull net.kyori.adventure.text.Component bar) void
sendMessage
(@NotNull net.kyori.adventure.text.Component message) void
sendTitle
(@Nullable net.kyori.adventure.text.Component title, @Nullable net.kyori.adventure.text.Component subtitle)
-
Constructor Details
-
MmcTeam
-
-
Method Details
-
addPlayer
-
removePlayer
-
isPlayerInTeam
-
isPlayerInTeam
-
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
-
getTeamCode
-
getTeamSize
public int getTeamSize() -
getPlayers
-