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

20 lines
591 B
Plaintext

CLASS css net/minecraft/scoreboard/ScoreboardObjective
FIELD a scoreboard Lcsv;
FIELD b name Ljava/lang/String;
FIELD c criterion Lcsy;
FIELD d displayName Ljm;
FIELD e renderType Lcsy$a;
METHOD <init> (Lcsv;Ljava/lang/String;Lcsy;Ljm;Lcsy$a;)V
ARG 1 scoreboard
ARG 2 name
ARG 3 criterion
ARG 4 displayName
METHOD a getScoreboard ()Lcsv;
METHOD a setRenderType (Lcsy$a;)V
METHOD a setDisplayName (Ljm;)V
METHOD b getName ()Ljava/lang/String;
METHOD c getCriterion ()Lcsy;
METHOD d getDisplayName ()Ljm;
METHOD e getTextComponent ()Ljm;
METHOD f getRenderType ()Lcsy$a;