323334353637383940
super(playerInv); this.gate = gate; for (int y = 0; y < 2; y++) for (int x = 0; x < 5; x++) addSlotToContainer(new SlotSkyPearl(gate, y * 5 + x, 30 + x * 25, 27 + y * 25)); initPlayerInv(); }