Package net.minecraft.client.report
package net.minecraft.client.report
-
ClassDescriptionA chat log holds received chat and game messages with sequential indices, where newer messages receive bigger indices.ChatLog.IndexedMessage<T extends class_7629>A pair of the message's index and the message itself.A set of streams of logged messages.An implementation of
ChatLog
using a fixed-size array and0
as the starting index.A message received by the client and stored inChatLog
.A chat message received by the client.A game message received by the client.