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

29 lines
774 B
Plaintext
Raw Normal View History

2016-10-18 11:31:59 -04:00
CLASS bdc net/minecraft/scoreboard/ScoreboardState
FIELD b LOGGER Lorg/apache/logging/log4j/Logger;
2016-10-18 11:31:59 -04:00
FIELD c scoreboard Lbdb;
FIELD d tag Ldt;
METHOD <init> (Ljava/lang/String;)V
ARG 0 baseTag
2016-10-18 11:31:59 -04:00
METHOD a serializeTeams ()Ldz;
METHOD a deserializeTeamPlayers (Lbcy;Ldz;)V
ARG 0 team
ARG 1 list
2016-10-18 11:31:59 -04:00
METHOD a setScoreboard (Lbdb;)V
ARG 0 scoreboard
2016-10-18 11:31:59 -04:00
METHOD a deserialize (Ldt;)V
ARG 0 tag
2016-10-18 11:31:59 -04:00
METHOD a deserializeTeams (Ldz;)V
2016-10-01 02:05:01 -04:00
ARG 0 tag
2016-10-18 11:31:59 -04:00
METHOD b serializeObjectives ()Ldz;
METHOD b serialize (Ldt;)Ldt;
ARG 0 tag
2016-10-18 11:31:59 -04:00
METHOD b deserializeObjectives (Ldz;)V
ARG 0 list
2016-10-18 11:31:59 -04:00
METHOD c deserializeDisplaySlots (Ldt;)V
ARG 0 tag
2016-10-18 11:31:59 -04:00
METHOD c deserializePlayerScores (Ldz;)V
ARG 0 list
2016-10-18 11:31:59 -04:00
METHOD d serializeSlots (Ldt;)V
ARG 0 compound
2016-10-18 11:31:59 -04:00
METHOD e serializePlayerScores ()Ldz;