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