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

17 lines
521 B
Plaintext
Raw Normal View History

2019-01-09 12:20:38 -05:00
CLASS cnp net/minecraft/scoreboard/ScoreboardObjective
FIELD a scoreboard Lcns;
FIELD b name Ljava/lang/String;
2019-01-09 12:20:38 -05:00
FIELD c criterion Lcnv;
FIELD e criterionType Lcnv$a;
METHOD <init> (Lcns;Ljava/lang/String;Lcnv;Ljd;Lcnv$a;)V
2018-11-04 07:22:38 -05:00
ARG 1 scoreboard
ARG 2 name
ARG 4 criterion
2019-01-09 12:20:38 -05:00
METHOD a getScoreboard ()Lcns;
METHOD a setCriterionType (Lcnv$a;)V
METHOD b getName ()Ljava/lang/String;
2019-01-09 12:20:38 -05:00
METHOD c getCriterion ()Lcnv;
2018-12-12 12:12:26 -05:00
METHOD d getDisplayName ()Ljd;
METHOD e getTextComponent ()Ljd;
2019-01-09 12:20:38 -05:00
METHOD f getCriterionType ()Lcnv$a;