Пример #1
0
 @Override
 public void updateScreen() {
   super.updateScreen();
   iconDisplay.setEnabled(
       inventorySlots.getSlot(0).getStack() != null
           && inventorySlots.getSlot(0).isItemValid(inventorySlots.getSlot(0).getStack()));
 }