-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
Minor
-
None
-
Affects Version/s: None
Hi. Today I was proggraming and I wanted add an ItemStack in a player's off hand, but when I used the method Player#getInventory()#setItemInOffHand(ItemStack), nothing happens.
But Player#getInventory()#setItemInOffHand(null) works, because it removes a item in a player's off hand!