WSlot.accept(Tag<Item>...) should be annotated with @SafeVarargs
Earthcomputer opened this issue ยท 1 comments
Earthcomputer commented
... and possibly other methods in the codebase (haven't looked for them).
Not annotating this method means nearly all of the time you get a warning when calling this method that you have to suppress.
vini2003 commented
Good idea, there's other ones I should annotate, thanks!