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

20 lines
730 B
Plaintext
Raw Normal View History

2018-12-12 12:12:26 -05:00
CLASS qr net/minecraft/scoreboard/ServerScoreboard
2018-12-14 13:18:38 -05:00
CLASS qr$a UpdateMode
FIELD a server Lnet/minecraft/server/MinecraftServer;
2018-12-12 12:12:26 -05:00
METHOD a setObjectiveSlot (ILcna;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
2018-12-12 12:12:26 -05:00
METHOD a updateObjective (Lcna;)V
METHOD a updateScoreboardTeamAndPlayers (Lcnb;)V
METHOD a updateScore (Lcnc;)V
2018-10-31 12:57:21 -04:00
METHOD a updatePlayerScore (Ljava/lang/String;)V
2018-12-12 12:12:26 -05:00
METHOD a updatePlayerScore (Ljava/lang/String;Lcna;)V
2018-11-04 07:22:38 -05:00
ARG 1 playerName
2018-12-12 12:12:26 -05:00
METHOD a addPlayerToTeam (Ljava/lang/String;Lcnb;)Z
2018-11-04 07:22:38 -05:00
ARG 1 playerName
2018-12-12 12:12:26 -05:00
METHOD b updateExistingObjective (Lcna;)V
METHOD b updateScoreboardTeam (Lcnb;)V
METHOD b removePlayerFromTeam (Ljava/lang/String;Lcnb;)V
2018-11-04 07:22:38 -05:00
ARG 1 playerName
2018-12-12 12:12:26 -05:00
METHOD c updateRemovedObjective (Lcna;)V
METHOD c updateRemovedTeam (Lcnb;)V