KyoriPowered / adventure

A user-interface library, formerly known as text, for Minecraft: Java Edition
https://docs.advntr.dev/
MIT License
679 stars 104 forks source link

removeResourcepacks not easily callable with collection or array #1017

Closed kennytv closed 4 months ago

kennytv commented 6 months ago

removeResourcepacks(UUID, UUID...) should get a default helper method that takes an Iterable, right now it's not directly possible to pass any kind of Collection or Array without either going all the way with the builder or by splitting off the elements. I think this would be the most common use case of this API, so it'd warrant that extra method