(Entity aPlayer)
| 1241 | } |
| 1242 | |
| 1243 | public static void denull(Entity aPlayer) {if (aPlayer instanceof EntityPlayer) denull(((EntityPlayer)aPlayer).inventory);} |
| 1244 | public static void denull(IInventory aInv) { |
| 1245 | if (aInv != null) for (int i = 0, j = aInv.getSizeInventory(); i < j; i++) { |
| 1246 | ItemStack tStack = aInv.getStackInSlot(i); |
no test coverage detected