Open
Conversation
# Conflicts: # src/main/java/com/njdge/fastbuilder/adapters/ScoreboardAdapter.java # src/main/java/com/njdge/fastbuilder/arena/Arena.java
# Conflicts: # README.md
# Conflicts: # src/main/java/com/njdge/fastbuilder/profile/listener/ProfileListener.java # src/main/resources/plugin.yml
|
🛐 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
最佳化 Scoreboard 的 Leader 函式,減少冗長且重複的程式碼
getLeader1()、getLeader2()、getLeader3()。將前述三個 Function 整併到
getLeader(int rank)中,且利用傳入參數 rank,取得相應排名的玩家資料。如此一來可以提升程式的維護性,且取得 leader 的資料更具彈性。
沒有變更其餘功能,現有功能維持一致。