Skip to content

Commit

Permalink
fix: correct very incorrect names in ServerScoreboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Octol1ttle committed Aug 24, 2024
1 parent 8970d3f commit 6a3e5d2
Showing 1 changed file with 4 additions and 4 deletions.
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 visibleObjectives 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

0 comments on commit 6a3e5d2

Please sign in to comment.