Uses of Interface
net.minecraft.client.report.log.ChatLogEntry
Packages that use ChatLogEntry
-
Uses of ChatLogEntry in net.minecraft.client.report.log
Classes in net.minecraft.client.report.log with type parameters of type ChatLogEntryModifier and TypeClassDescriptionstatic final record
ChatLog.IndexedEntry<T extends ChatLogEntry>
A pair of the entry's index and the entry itself.Subinterfaces of ChatLogEntry in net.minecraft.client.report.logModifier and TypeInterfaceDescriptioninterface
An entry ofChatLog
containing only the message header.interface
A message received by the client and stored inChatLog
.Classes in net.minecraft.client.report.log that implement ChatLogEntryModifier and TypeClassDescriptionstatic final record
static final record
A chat message received by the client.static final record
A game message received by the client.Fields in net.minecraft.client.report.log declared as ChatLogEntryModifier and TypeFieldDescriptionprivate final ChatLogEntry[]
ChatLogImpl.entries
private final T
ChatLog.IndexedEntry.entry
The field for theentry
record component.Methods in net.minecraft.client.report.log with type parameters of type ChatLogEntryModifier and TypeMethodDescription<U extends ChatLogEntry>
@Nullable ChatLog.IndexedEntry<U>Returns the indexed entry with the entry instance cast toclazz
, ornull
if it cannot be cast.Methods in net.minecraft.client.report.log that return ChatLogEntryModifier and TypeMethodDescriptionChatLog.get
(int index) Returns the entry with indexindex
, ornull
if there is no such entry in the log.ChatLogImpl.get
(int index) Returns the entry with indexindex
, ornull
if there is no such entry in the log.Methods in net.minecraft.client.report.log that return types with arguments of type ChatLogEntryModifier and TypeMethodDescriptiondefault @Nullable ChatLog.IndexedEntry<ChatLogEntry>
ChatLog.getIndexed
(int index) Returns the indexed entry with indexindex
, ornull
if there is no such entry in the log.ChatLog.Streams.streamIndexedEntries()
Returns the stream of indexed log entries.ChatLog.Streams.streamLogEntries()
Returns the stream of log entries.Methods in net.minecraft.client.report.log with parameters of type ChatLogEntryModifier and TypeMethodDescriptionvoid
ChatLog.add
(ChatLogEntry entry) Addsentry
to the log.void
ChatLogImpl.add
(ChatLogEntry entry) Addsentry
to the log.