public interface ClickEvent extends IconEvent
| Modifier and Type | Method and Description |
|---|---|
@NotNull org.bukkit.event.inventory.InventoryAction |
action() |
@NotNull org.bukkit.event.inventory.ClickType |
click() |
int |
column() |
@NotNull Optional<org.bukkit.inventory.ItemStack> |
current() |
@NotNull Optional<org.bukkit.inventory.ItemStack> |
cursor() |
int |
row() |
org.bukkit.event.inventory.InventoryType.SlotType |
slot() |
cancel, close, contentsint row()
int column()
@NotNull @NotNull org.bukkit.event.inventory.ClickType click()
@NotNull @NotNull org.bukkit.event.inventory.InventoryAction action()
@NotNull org.bukkit.event.inventory.InventoryType.SlotType slot()
@NotNull @NotNull Optional<org.bukkit.inventory.ItemStack> cursor()
@NotNull @NotNull Optional<org.bukkit.inventory.ItemStack> current()
Copyright © 2021. All rights reserved.