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

22 lines
619 B
Plaintext
Raw Normal View History

2019-02-06 15:22:24 -05:00
CLASS cny net/minecraft/scoreboard/ScoreboardPlayerScore
FIELD a COMPARATOR Ljava/util/Comparator;
2019-02-06 15:22:24 -05:00
FIELD b scoreboard Lcnz;
FIELD c objective Lcnw;
FIELD d playerName Ljava/lang/String;
FIELD e score I
FIELD f locked Z
FIELD g forceUpdate Z
2019-02-06 15:22:24 -05:00
METHOD <init> (Lcnz;Lcnw;Ljava/lang/String;)V
2018-11-04 07:22:38 -05:00
ARG 1 scoreboard
ARG 2 objective
METHOD a incrementScore ()V
METHOD a incrementScore (I)V
METHOD a setLocked (Z)V
METHOD b getScore ()I
METHOD c clearScore ()V
METHOD c setScore (I)V
2019-02-06 15:22:24 -05:00
METHOD d getObjective ()Lcnw;
METHOD e getPlayerName ()Ljava/lang/String;
2019-02-06 15:22:24 -05:00
METHOD f getScoreboard ()Lcnz;
METHOD g isLocked ()Z