Skip to content

Conversation

@Testure
Copy link
Contributor

@Testure Testure commented Jun 29, 2023

Allows you to yeet a ton of items at the same time via varargs, which is both more convenient and more performant.

Copy link
Collaborator

@WaitingIdly WaitingIdly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This adds varargs for removeAndHide/yeet, but is missing varargs for hide. Additionally, in places where we use varargs removal we typically have a Collection<T> version, to allow either remove(x,y,z) or remove([x, y, z]).

@brachy84 brachy84 merged commit a8819ae into CleanroomMC:master Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants