Skip to content

Commit

Permalink
docs: translate chinese docs to English
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed May 18, 2024
1 parent d74a8e8 commit c873b1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
*
* @author daoge_cmd
* <p>
* 计分板显示槽位枚举
* Scoreboard display slot enum
*/
public enum DisplaySlot {
//玩家屏幕右侧
// Right side of player's screen
SIDEBAR("sidebar"),
//玩家列表
// Player list
LIST("list"),
//玩家名称标签下方
// Below the player's name tag
BELOW_NAME("belowname");

@Getter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
*
* @author daoge_cmd
* <p>
* 追踪目标显示顺序排序准则,客户端会依照准则根据分数排序所有追踪对象
* The tracking targets are displayed according to the sorting criteria,
* and the client will sort all the tracking targets according to the score
*/
public enum SortOrder {
//升序
Expand Down

0 comments on commit c873b1c

Please sign in to comment.