Uses of Interface
net.minecraft.client.session.report.log.ChatLogEntry
Packages that use ChatLogEntry
-
Uses of ChatLogEntry in net.minecraft.client.session.report.log
Subinterfaces of ChatLogEntry in net.minecraft.client.session.report.logModifier and TypeInterfaceDescriptioninterface
A message received by the client and stored inChatLog
.Classes in net.minecraft.client.session.report.log that implement ChatLogEntryModifier and TypeClassDescriptionstatic final record
A chat message received by the client.static final record
A game message received by the client.Fields in net.minecraft.client.session.report.log declared as ChatLogEntryFields in net.minecraft.client.session.report.log with type parameters of type ChatLogEntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<ChatLogEntry> ChatLogEntry.CODEC
private final Supplier
<com.mojang.serialization.MapCodec<? extends ChatLogEntry>> ChatLogEntry.Type.codecSupplier
Methods in net.minecraft.client.session.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.Methods in net.minecraft.client.session.report.log that return types with arguments of type ChatLogEntryModifier and TypeMethodDescriptionprivate com.mojang.serialization.MapCodec
<? extends ChatLogEntry> ChatLogEntry.Type.getCodec()
private List
<ChatLogEntry> ChatLog.toList()
Methods in net.minecraft.client.session.report.log with parameters of type ChatLogEntryConstructor parameters in net.minecraft.client.session.report.log with type arguments of type ChatLogEntryModifierConstructorDescriptionprivate
ChatLog
(int size, List<ChatLogEntry> entries) private
Type
(String id, Supplier<com.mojang.serialization.MapCodec<? extends ChatLogEntry>> codecSupplier)