Class LocalePacketUtil
java.lang.Object
net.megavex.scoreboardlibrary.implementation.packetAdapter.util.LocalePacketUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic <P> voidsendLocalePackets(@NotNull PacketSender<P> sender, @NotNull Collection<org.bukkit.entity.Player> players, @NotNull Function<Locale, P> packetFunction)
-
Method Details
-
sendLocalePackets
public static <P> void sendLocalePackets(@NotNull @NotNull PacketSender<P> sender, @NotNull @NotNull Collection<org.bukkit.entity.Player> players, @NotNull @NotNull Function<Locale, P> packetFunction)
-