feat(bukkit): 添加新的api
This commit is contained in:
@@ -56,6 +56,10 @@ public abstract class PageableHandler<E> extends FixedPageHandler {
|
||||
|
||||
public abstract void onClickElement(@NotNull ClickType clickType, @NotNull InventoryAction action, @NotNull E element);
|
||||
|
||||
public String getElementButtonName() {
|
||||
return elementButtonName;
|
||||
}
|
||||
|
||||
@NotNull
|
||||
public String getElementButtonName(@NotNull E element) {
|
||||
return elementButtonName;
|
||||
|
Reference in New Issue
Block a user