yarn/mappings/net/minecraft/network/message/DecoratedContents.mapping

14 lines
629 B
Plaintext

CLASS net/minecraft/class_7634 net/minecraft/network/message/DecoratedContents
COMMENT A pair of the decorated message content and its undecorated ("plain") message content.
COMMENT Note that the two contents can be equal if no decoration is applied.
METHOD <init> (Ljava/lang/String;)V
ARG 1 content
METHOD <init> (Ljava/lang/String;Lnet/minecraft/class_2561;)V
ARG 2 decorated
METHOD method_44973 isDecorated ()Z
METHOD method_44977 read (Lnet/minecraft/class_2540;)Lnet/minecraft/class_7634;
ARG 0 buf
METHOD method_44978 write (Lnet/minecraft/class_2540;Lnet/minecraft/class_7634;)V
ARG 0 buf
ARG 1 contents