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

18 lines
535 B
Plaintext
Raw Normal View History

2018-10-26 06:51:01 -04:00
CLASS chy net/minecraft/scoreboard/ScoreboardObjective
FIELD a scoreboard Lcib;
FIELD b name Ljava/lang/String;
2018-10-26 06:51:01 -04:00
FIELD c criterion Lcie;
FIELD e criterionType Lcie$a;
METHOD <init> (Lcib;Ljava/lang/String;Lcie;Liw;Lcie$a;)V
ARG 0 scoreboard
ARG 1 name
ARG 3 criterion
2018-10-26 06:51:01 -04:00
METHOD a getScoreboard ()Lcib;
METHOD a setCriterionType (Lcie$a;)V
2017-05-13 02:02:51 -04:00
ARG 0 value
METHOD b getName ()Ljava/lang/String;
2018-10-26 06:51:01 -04:00
METHOD c getCriterion ()Lcie;
METHOD d getDisplayName ()Liw;
2018-10-25 12:58:04 -04:00
METHOD e getTextComponent ()Liw;
2018-10-26 06:51:01 -04:00
METHOD f getCriterionType ()Lcie$a;