434445464748495051
resetNullSlots(6 * 4); for (int i = 0; i < 6; ++i) { for (int j = 0; j < 4; ++j) { slots.set(i * 4 + j, new ItemSlot(this, 179 + j * 18, 18 + i * 18)); } } }