yarn/mappings/net/minecraft/client/report/log/ChatLog.mapping

22 lines
894 B
Plaintext

CLASS net/minecraft/class_7555 net/minecraft/client/report/log/ChatLog
COMMENT A chat log holds received message entries with sequential indices, where
COMMENT newer entries receive bigger indices.
COMMENT
COMMENT <p>Currently there is only one type of entries; {@link ReceivedMessage}, which is
COMMENT an entry for full chat or game messages.
FIELD field_40496 entries [Lnet/minecraft/class_7629;
FIELD field_40497 currentIndex I
METHOD <init> (I)V
ARG 1 size
METHOD method_44532 get (I)Lnet/minecraft/class_7629;
COMMENT {@return the entry with index {@code index}, or {@code null} if there is no
COMMENT such entry in the log}
ARG 1 index
METHOD method_44535 add (Lnet/minecraft/class_7629;)V
COMMENT Adds {@code entry} to the log.
ARG 1 entry
METHOD method_45751 getMinIndex ()I
METHOD method_45752 getMaxIndex ()I
METHOD method_45753 wrapIndex (I)I
ARG 1 index