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

54 lines
2.1 KiB
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS cnz net/minecraft/scoreboard/Scoreboard
2016-10-01 02:05:01 -04:00
FIELD a objectives Ljava/util/Map;
FIELD b objectivesByCriterion Ljava/util/Map;
FIELD c playerObjectives Ljava/util/Map;
2019-02-06 15:22:24 -05:00
FIELD d objectiveSlots [Lcnw;
2016-10-01 02:05:01 -04:00
FIELD e teams Ljava/util/Map;
FIELD f teamsByPlayer Ljava/util/Map;
FIELD g displaySlotNames [Ljava/lang/String;
2019-02-06 15:22:24 -05:00
METHOD a getObjectiveForSlot (I)Lcnw;
METHOD a setObjectiveSlot (ILcnw;)V
2018-11-04 07:22:38 -05:00
ARG 1 slot
2019-02-06 15:22:24 -05:00
METHOD a resetEntityScore (Lahi;)V
METHOD a updateObjective (Lcnw;)V
METHOD a updateScoreboardTeamAndPlayers (Lcnx;)V
METHOD a updateScore (Lcny;)V
2019-01-24 11:47:45 -05:00
METHOD a fromTag (Lhx;)V
METHOD a updatePlayerScore (Ljava/lang/String;)V
2019-02-06 15:22:24 -05:00
METHOD a updatePlayerScore (Ljava/lang/String;Lcnw;)V
2018-11-04 07:22:38 -05:00
ARG 1 playerName
2019-02-06 15:22:24 -05:00
METHOD a addPlayerToTeam (Ljava/lang/String;Lcnx;)Z
2018-11-04 07:22:38 -05:00
ARG 1 playerName
METHOD b getDisplaySlotName (I)Ljava/lang/String;
2017-05-13 02:02:51 -04:00
ARG 0 slotId
2019-02-06 15:22:24 -05:00
METHOD b updateExistingObjective (Lcnw;)V
METHOD b updateScoreboardTeam (Lcnx;)V
METHOD b containsObjective (Ljava/lang/String;)Z
2019-02-06 15:22:24 -05:00
METHOD b playerHasObjective (Ljava/lang/String;Lcnw;)Z
2018-11-04 07:22:38 -05:00
ARG 1 playerName
2019-02-06 15:22:24 -05:00
METHOD b removePlayerFromTeam (Ljava/lang/String;Lcnx;)V
2018-11-04 07:22:38 -05:00
ARG 1 playerName
METHOD c getObjectives ()Ljava/util/Collection;
2019-02-06 15:22:24 -05:00
METHOD c updateRemovedObjective (Lcnw;)V
METHOD c updateRemovedTeam (Lcnx;)V
METHOD c getPlayerScore (Ljava/lang/String;Lcnw;)Lcny;
2018-11-04 07:22:38 -05:00
ARG 1 player
METHOD d getObjectiveNames ()Ljava/util/Collection;
2019-02-06 15:22:24 -05:00
METHOD d removeTeam (Lcnx;)V
METHOD d resetPlayerScore (Ljava/lang/String;Lcnw;)V
2018-11-04 07:22:38 -05:00
ARG 1 playerName
METHOD e getKnownPlayers ()Ljava/util/Collection;
METHOD e getPlayerObjectives (Ljava/lang/String;)Ljava/util/Map;
METHOD f getTeamNames ()Ljava/util/Collection;
2019-02-06 15:22:24 -05:00
METHOD f getTeam (Ljava/lang/String;)Lcnx;
METHOD g getTeams ()Ljava/util/Collection;
2019-02-06 15:22:24 -05:00
METHOD g addTeam (Ljava/lang/String;)Lcnx;
METHOD h getDisplaySlotNames ()[Ljava/lang/String;
METHOD h clearPlayerTeam (Ljava/lang/String;)Z
2019-01-24 11:47:45 -05:00
METHOD i toTag ()Lhx;
2019-02-06 15:22:24 -05:00
METHOD i getAllPlayerScores (Lcnw;)Ljava/util/Collection;
METHOD i getPlayerTeam (Ljava/lang/String;)Lcnx;
METHOD j removeObjective (Lcnw;)V
METHOD j getDisplaySlotId (Ljava/lang/String;)I
ARG 0 slotName