Uses of Interface
net.minecraft.client.multiplayer.chat.LoggedChatEvent
-
Uses of LoggedChatEvent in net.minecraft.client.multiplayer.chat
Modifier and TypeClassDescriptionstatic final record
static final record
Modifier and TypeFieldDescriptionprivate final Supplier
<com.mojang.serialization.MapCodec<? extends LoggedChatEvent>> LoggedChatEvent.Type.codec
static final com.mojang.serialization.Codec
<LoggedChatEvent> LoggedChatEvent.CODEC
Modifier and TypeMethodDescriptionprivate com.mojang.serialization.MapCodec
<? extends LoggedChatEvent> LoggedChatEvent.Type.codec()
private List
<LoggedChatEvent> ChatLog.loggedChatEvents()
ModifierConstructorDescriptionprivate
ChatLog
(int p_254212_, List<LoggedChatEvent> p_253624_) private
Type
(String p_254335_, Supplier<com.mojang.serialization.MapCodec<? extends LoggedChatEvent>> p_254115_)