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

25 lines
673 B
Plaintext
Raw Normal View History

2019-06-03 12:48:18 -04:00
CLASS csv net/minecraft/scoreboard/ScoreboardObjective
FIELD a scoreboard Lcsy;
FIELD b name Ljava/lang/String;
2019-06-03 12:48:18 -04:00
FIELD c criterion Lctb;
2019-03-27 13:54:53 -04:00
FIELD d displayName Ljm;
2019-06-03 12:48:18 -04:00
FIELD e renderType Lctb$a;
METHOD <init> (Lcsy;Ljava/lang/String;Lctb;Ljm;Lctb$a;)V
2018-11-04 07:22:38 -05:00
ARG 1 scoreboard
ARG 2 name
2019-04-16 10:16:45 -04:00
ARG 3 criterion
ARG 4 displayName
ARG 5 renderType
2019-06-03 12:48:18 -04:00
METHOD a getScoreboard ()Lcsy;
METHOD a setRenderType (Lctb$a;)V
ARG 1 renderType
2019-03-27 13:54:53 -04:00
METHOD a setDisplayName (Ljm;)V
ARG 1 name
METHOD a (Lju;)V
ARG 1 style
METHOD b getName ()Ljava/lang/String;
2019-06-03 12:48:18 -04:00
METHOD c getCriterion ()Lctb;
2019-03-20 13:56:26 -04:00
METHOD d getDisplayName ()Ljm;
METHOD e toHoverableText ()Ljm;
2019-06-03 12:48:18 -04:00
METHOD f getRenderType ()Lctb$a;