Interface TeamDisplayPacketAdapter
public interface TeamDisplayPacketAdapter
-
Method Summary
Modifier and TypeMethodDescriptionvoidsendEntries(@NotNull EntriesPacketType packetType, @NotNull Collection<org.bukkit.entity.Player> players, @NotNull Collection<String> entries) voidsendProperties(@NotNull PropertiesPacketType packetType, @NotNull Collection<org.bukkit.entity.Player> players) default voidupdateTeamPackets(@NotNull Collection<String> entries)
-
Method Details
-
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)
-