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

17 lines
521 B
Plaintext
Raw Normal View History

2019-01-16 13:24:40 -05:00
CLASS cnu net/minecraft/scoreboard/ScoreboardObjective
FIELD a scoreboard Lcnx;
FIELD b name Ljava/lang/String;
2019-01-16 13:24:40 -05:00
FIELD c criterion Lcoa;
FIELD e criterionType Lcoa$a;
METHOD <init> (Lcnx;Ljava/lang/String;Lcoa;Ljb;Lcoa$a;)V
2018-11-04 07:22:38 -05:00
ARG 1 scoreboard
ARG 2 name
ARG 4 criterion
2019-01-16 13:24:40 -05:00
METHOD a getScoreboard ()Lcnx;
METHOD a setCriterionType (Lcoa$a;)V
METHOD b getName ()Ljava/lang/String;
2019-01-16 13:24:40 -05:00
METHOD c getCriterion ()Lcoa;
METHOD d getDisplayName ()Ljb;
METHOD e getTextComponent ()Ljb;
METHOD f getCriterionType ()Lcoa$a;