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
现在的x,y的表现是先列后行,而非先行后列,有点违背mc玩家/开发者的直觉,建议修改为:
x
column
y
row
并同时调整其方法中的顺序,以方便快速开发。
The text was updated successfully, but these errors were encountered:
感谢您提出的建议 经过考虑Slot#ofGame和Slot#ofBukkit方法的参数顺序改为(row, column) 373e851
Slot#ofGame
Slot#ofBukkit
(row, column)
Sorry, something went wrong.
refactor(gui): 在PageSlot中添加多个of方法,简化PageSlot的创建 #30
8a24184
GuiManager#close后将instance设置为null
No branches or pull requests
现在的x,y的表现是先列后行,而非先行后列,有点违背mc玩家/开发者的直觉,建议修改为:
x
->column
y
->row
并同时调整其方法中的顺序,以方便快速开发。
The text was updated successfully, but these errors were encountered: