We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
塞入的物品必须要继承于 Button 而导致无法正常使用。
The text was updated successfully, but these errors were encountered:
感谢您的错误报告 该类型将修改为List<Button> 另外: 修改page中的items应使用PageArea#items(List)或GuiPage#setAllItems link 如果创建的GuiPage可以使用GuiPage#defaultPageArea获取PageArea
List<Button>
PageArea#items(List)
GuiPage#setAllItems
GuiPage
GuiPage#defaultPageArea
PageArea
Sorry, something went wrong.
fix(button): 移除只接受继承于Button的List类型 #33
d75948d
关于PagedGUI中的物品,如果我期望从物品列表中删除一个物品,难道需要全部重新设置吗。
可以使用下面的方法修改:
PageArea area; area.items().remove(...); // 删除元素 gui.refresh(true);// 立即刷新gui
No branches or pull requests
塞入的物品必须要继承于 Button 而导致无法正常使用。
The text was updated successfully, but these errors were encountered: