293031323334353637
public ContainerAspectAnalyzer(TileAspectAnalyzer analyzer, InventoryPlayer playerInv) { super(playerInv); this.analyzer = analyzer; addSlotToContainer(slot = new SlotLimitedHasAspects(analyzer, 0, 20, 30)); initPlayerInv(); }