yarn/mappings/net/minecraft/scoreboard/ServerScoreboard.mapping

19 lines
707 B
Plaintext
Raw Normal View History

2018-11-27 13:50:51 -05:00
CLASS qn net/minecraft/scoreboard/ServerScoreboard
FIELD a server Lnet/minecraft/server/MinecraftServer;
2018-11-29 15:10:38 -05:00
METHOD a setObjectiveSlot (ILclm;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-11-29 15:10:38 -05:00
METHOD a updateObjective (Lclm;)V
METHOD a updateScoreboardTeamAndPlayers (Lcln;)V
METHOD a updateScore (Lclo;)V
2018-10-31 12:57:21 -04:00
METHOD a updatePlayerScore (Ljava/lang/String;)V
2018-11-29 15:10:38 -05:00
METHOD a updatePlayerScore (Ljava/lang/String;Lclm;)V
2018-11-04 07:22:38 -05:00
ARG 1 playerName
2018-11-29 15:10:38 -05:00
METHOD a addPlayerToTeam (Ljava/lang/String;Lcln;)Z
2018-11-04 07:22:38 -05:00
ARG 1 playerName
2018-11-29 15:10:38 -05:00
METHOD b updateExistingObjective (Lclm;)V
METHOD b updateScoreboardTeam (Lcln;)V
METHOD b removePlayerFromTeam (Ljava/lang/String;Lcln;)V
2018-11-04 07:22:38 -05:00
ARG 1 playerName
2018-11-29 15:10:38 -05:00
METHOD c updateRemovedObjective (Lclm;)V
METHOD c updateRemovedTeam (Lcln;)V