Uses of Interface
net.minecraft.client.session.report.log.ChatLogEntry
-
Uses of ChatLogEntry in net.minecraft.client.session.report.log
Modifier and TypeInterfaceDescriptioninterface
A message received by the client and stored inChatLog
.Modifier and TypeClassDescriptionstatic final record
A chat message received by the client.static final record
A game message received by the client.Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ChatLogEntry>
ChatLogEntry.CODEC
private final Supplier<com.mojang.serialization.Codec<? extends ChatLogEntry>>
ChatLogEntry.Type.codecSupplier
Modifier and TypeMethodDescriptionChatLog.get
(int index) Returns the entry with indexindex
, ornull
if there is no such entry in the log.Modifier and TypeMethodDescriptionprivate com.mojang.serialization.Codec<? extends ChatLogEntry>
ChatLogEntry.Type.getCodec()
private List<ChatLogEntry>
ChatLog.toList()
ModifierConstructorDescriptionprivate
ChatLog
(int size, List<ChatLogEntry> entries) private
Type
(String id, Supplier<com.mojang.serialization.Codec<? extends ChatLogEntry>> codecSupplier)