actionperformed

  1. FendiFend

    С Помощью GuiButton очистить слот GUI

    Доброго вечера, есть GuiButton, и есть действие на нажатие, вот код @Override protected void actionPerformed(GuiButton B) { if(button.id == 1) { Item money = this.te.basic.getStackInSlot(2).getItem(); if(money == InitItems.one_ruble) {...
Сверху