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

19 lines
580 B
Plaintext

CLASS csl net/minecraft/scoreboard/ScoreboardObjective
FIELD a scoreboard Lcso;
FIELD b name Ljava/lang/String;
FIELD c criterion Lcsr;
FIELD d displayName Ljm;
FIELD e criterionType Lcsr$a;
METHOD <init> (Lcso;Ljava/lang/String;Lcsr;Ljm;Lcsr$a;)V
ARG 1 scoreboard
ARG 2 name
ARG 4 criterion
METHOD a getScoreboard ()Lcso;
METHOD a setCriterionType (Lcsr$a;)V
METHOD a setDisplayName (Ljm;)V
METHOD b getName ()Ljava/lang/String;
METHOD c getCriterion ()Lcsr;
METHOD d getDisplayName ()Ljm;
METHOD e getTextComponent ()Ljm;
METHOD f getCriterionType ()Lcsr$a;