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

20 lines
730 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS qr net/minecraft/scoreboard/ServerScoreboard
CLASS qr$a UpdateMode
FIELD a server Lnet/minecraft/server/MinecraftServer;
2019-01-16 13:24:40 -05:00
METHOD a setObjectiveSlot (ILcnu;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
2019-01-16 13:24:40 -05:00
METHOD a updateObjective (Lcnu;)V
METHOD a updateScoreboardTeamAndPlayers (Lcnv;)V
METHOD a updateScore (Lcnw;)V
2018-10-31 12:57:21 -04:00
METHOD a updatePlayerScore (Ljava/lang/String;)V
2019-01-16 13:24:40 -05:00
METHOD a updatePlayerScore (Ljava/lang/String;Lcnu;)V
2018-11-04 07:22:38 -05:00
ARG 1 playerName
2019-01-16 13:24:40 -05:00
METHOD a addPlayerToTeam (Ljava/lang/String;Lcnv;)Z
2018-11-04 07:22:38 -05:00
ARG 1 playerName
2019-01-16 13:24:40 -05:00
METHOD b updateExistingObjective (Lcnu;)V
METHOD b updateScoreboardTeam (Lcnv;)V
METHOD b removePlayerFromTeam (Ljava/lang/String;Lcnv;)V
2018-11-04 07:22:38 -05:00
ARG 1 playerName
2019-01-16 13:24:40 -05:00
METHOD c updateRemovedObjective (Lcnu;)V
METHOD c updateRemovedTeam (Lcnv;)V