293031323334353637
public ContainerMobMagnet(TileMobMagnet mobMagnet, InventoryPlayer playerInv) { super(playerInv); this.mobMagnet = mobMagnet; addSlotToContainer(new SlotMobMagnet(mobMagnet, 0, 53, 37)); initPlayerInv(); }