Skip to content
New issue

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

Correct very incorrect names in ServerScoreboard #3967

Merged
merged 2 commits into from
Aug 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions mappings/net/minecraft/scoreboard/ServerScoreboard.mapping
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
CLASS net/minecraft/class_2995 net/minecraft/scoreboard/ServerScoreboard
FIELD field_13426 updateListeners Ljava/util/List;
FIELD field_13427 objectives Ljava/util/Set;
FIELD field_13427 syncableObjectives Ljava/util/Set;
FIELD field_13428 server Lnet/minecraft/server/MinecraftServer;
METHOD <init> (Lnet/minecraft/server/MinecraftServer;)V
ARG 1 server
METHOD method_12935 addUpdateListener (Ljava/lang/Runnable;)V
ARG 1 listener
METHOD method_12936 getSlot (Lnet/minecraft/class_266;)I
METHOD method_12936 countDisplaySlots (Lnet/minecraft/class_266;)I
ARG 1 objective
METHOD method_12937 createChangePackets (Lnet/minecraft/class_266;)Ljava/util/List;
ARG 1 objective
METHOD method_12938 removeScoreboardObjective (Lnet/minecraft/class_266;)V
METHOD method_12938 stopSyncing (Lnet/minecraft/class_266;)V
ARG 1 objective
METHOD method_12939 addScoreboardObjective (Lnet/minecraft/class_266;)V
METHOD method_12939 startSyncing (Lnet/minecraft/class_266;)V
ARG 1 objective
METHOD method_12940 createRemovePackets (Lnet/minecraft/class_266;)Ljava/util/List;
ARG 1 objective
Expand Down