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

17 lines
521 B
Plaintext

CLASS cnw net/minecraft/scoreboard/ScoreboardObjective
FIELD a scoreboard Lcnz;
FIELD b name Ljava/lang/String;
FIELD c criterion Lcoc;
FIELD e criterionType Lcoc$a;
METHOD <init> (Lcnz;Ljava/lang/String;Lcoc;Ljc;Lcoc$a;)V
ARG 1 scoreboard
ARG 2 name
ARG 4 criterion
METHOD a getScoreboard ()Lcnz;
METHOD a setCriterionType (Lcoc$a;)V
METHOD b getName ()Ljava/lang/String;
METHOD c getCriterion ()Lcoc;
METHOD d getDisplayName ()Ljc;
METHOD e getTextComponent ()Ljc;
METHOD f getCriterionType ()Lcoc$a;