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

17 lines
521 B
Plaintext
Raw Normal View History

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