ItemStacks should never be null
The-Fireplace opened this issue ยท 0 comments
For this method, it says the itemstack is nullable, however, ItemStacks are never supposed to be null, they should use ItemStack.EMPTY instead.
The-Fireplace opened this issue ยท 0 comments
For this method, it says the itemstack is nullable, however, ItemStacks are never supposed to be null, they should use ItemStack.EMPTY instead.