yarn/mappings/net/minecraft/text/Texts.mapping

26 lines
727 B
Plaintext
Raw Normal View History

2019-06-07 07:45:25 -04:00
CLASS jo net/minecraft/text/Texts
METHOD a parse (Lcd;Ljn;Lail;I)Ljn;
ARG 0 source
ARG 1 text
ARG 2 sender
ARG 3 depth
2019-06-07 07:45:25 -04:00
METHOD a toText (Lcom/mojang/authlib/GameProfile;)Ljn;
ARG 0 profile
2019-06-07 07:45:25 -04:00
METHOD a toText (Lcom/mojang/brigadier/Message;)Ljn;
ARG 0 message
2019-06-07 07:45:25 -04:00
METHOD a (Ljava/lang/String;)Ljn;
ARG 0 string
2019-06-07 07:45:25 -04:00
METHOD a joinOrdered (Ljava/util/Collection;)Ljn;
ARG 0 strings
2019-06-07 07:45:25 -04:00
METHOD a joinOrdered (Ljava/util/Collection;Ljava/util/function/Function;)Ljn;
ARG 0 elements
ARG 1 transformer
2019-06-07 07:45:25 -04:00
METHOD a bracketed (Ljn;)Ljn;
ARG 0 text
2019-06-07 07:45:25 -04:00
METHOD a setStyleIfAbsent (Ljn;Ljv;)Ljn;
ARG 0 text
ARG 1 style
2019-06-07 07:45:25 -04:00
METHOD b join (Ljava/util/Collection;Ljava/util/function/Function;)Ljn;
ARG 0 elements
ARG 1 transformer