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

20 lines
591 B
Plaintext

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