Interface TeamDisplayPacketAdapter

All Known Implementing Classes:
AbstractTeamsPacketAdapterImpl.TeamDisplayPacketAdapterImpl, LegacyTeamDisplayPacketAdapter

public interface TeamDisplayPacketAdapter
  • Method Details

    • removeTeam

      void removeTeam(@NotNull @NotNull Iterable<org.bukkit.entity.Player> players)
    • updateTeamPackets

      default void updateTeamPackets()
    • sendEntries

      void sendEntries(@NotNull @NotNull EntriesPacketType packetType, @NotNull @NotNull Collection<org.bukkit.entity.Player> players, @NotNull @NotNull Collection<String> entries)
    • sendProperties

      void sendProperties(@NotNull @NotNull PropertiesPacketType packetType, @NotNull @NotNull Collection<org.bukkit.entity.Player> players)