Interface Button
- All Known Implementing Classes:
AbstractStorageMode.AbstractDepositAllButton,BackOrCloseButton,CloseButton,DecreaseAmountButton,IncreaseAmountButton,UnitChangeButton
public interface Button
-
Method Summary
Modifier and TypeMethodDescription@NotNull ItemStackcreateIcon(@NotNull PlayerSession session) intgetSlot()static @NotNull ButtonglassPane(int slot) @NotNull ClickResultonClick(@NotNull PlayerSession session, @NotNull ClickType clickType)
-
Method Details
-
glassPane
-
getSlot
int getSlot() -
createIcon
-
onClick
@NotNull @NotNull ClickResult onClick(@NotNull @NotNull PlayerSession session, @NotNull @NotNull ClickType clickType)
-