Skip to content

Commit 17e282c

Browse files
committed
PlayerList API
1 parent 379451f commit 17e282c

File tree

38 files changed

+1815
-515
lines changed

38 files changed

+1815
-515
lines changed

patches/api/0010-Add-PlayerList-API.patch

Lines changed: 446 additions & 0 deletions
Large diffs are not rendered by default.

patches/server/0029-Save-Json-list-asynchronously.patch

Lines changed: 0 additions & 152 deletions
This file was deleted.

patches/server/0046-Reduce-allocations.patch renamed to patches/server/0045-Reduce-allocations.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,10 +659,10 @@ index ab6a7d20f5473d8bffa7f8d136c1d55f17bbfaff..dce1796f0a7dbc69596b0348f42fe8d5
659659
CommonListenerCookie commonlistenercookie = CommonListenerCookie.createInitial((GameProfile) Objects.requireNonNull(this.authenticatedProfile), this.transferred);
660660
ServerConfigurationPacketListenerImpl serverconfigurationpacketlistenerimpl = new ServerConfigurationPacketListenerImpl(this.server, this.connection, commonlistenercookie, this.player); // CraftBukkit
661661
diff --git a/src/main/java/net/minecraft/server/players/StoredUserList.java b/src/main/java/net/minecraft/server/players/StoredUserList.java
662-
index 0735a0bd182635e1969d19336b46bc72b14e555f..efa47456c3be9a168457bfb19878a93ab26172f3 100644
662+
index c038da20b76c0b7b1c18471b20be01e849d29f3a..14e20543d097efb999c4ef3eb8fff641616622cf 100644
663663
--- a/src/main/java/net/minecraft/server/players/StoredUserList.java
664664
+++ b/src/main/java/net/minecraft/server/players/StoredUserList.java
665-
@@ -64,7 +64,7 @@ public abstract class StoredUserList<K, V extends StoredUserEntry<K>> {
665+
@@ -76,7 +76,7 @@ public abstract class StoredUserList<K, V extends StoredUserEntry<K>> {
666666
}
667667

668668
public String[] getUserList() {

0 commit comments

Comments
 (0)