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