Uses of Interface
net.minecraft.client.multiplayer.chat.LoggedChatEvent
Packages that use LoggedChatEvent
-
Uses of LoggedChatEvent in net.minecraft.client.multiplayer.chat
Subinterfaces of LoggedChatEvent in net.minecraft.client.multiplayer.chatClasses in net.minecraft.client.multiplayer.chat that implement LoggedChatEventModifier and TypeClassDescriptionstatic final record
static final record
Fields in net.minecraft.client.multiplayer.chat declared as LoggedChatEventFields in net.minecraft.client.multiplayer.chat with type parameters of type LoggedChatEventModifier and TypeFieldDescriptionprivate final Supplier
<com.mojang.serialization.MapCodec<? extends LoggedChatEvent>> LoggedChatEvent.Type.codec
static final com.mojang.serialization.Codec
<LoggedChatEvent> LoggedChatEvent.CODEC
Methods in net.minecraft.client.multiplayer.chat that return LoggedChatEventMethods in net.minecraft.client.multiplayer.chat that return types with arguments of type LoggedChatEventModifier and TypeMethodDescriptionprivate com.mojang.serialization.MapCodec
<? extends LoggedChatEvent> LoggedChatEvent.Type.codec()
private List
<LoggedChatEvent> ChatLog.loggedChatEvents()
Methods in net.minecraft.client.multiplayer.chat with parameters of type LoggedChatEventConstructor parameters in net.minecraft.client.multiplayer.chat with type arguments of type LoggedChatEventModifierConstructorDescriptionprivate
ChatLog
(int p_254212_, List<LoggedChatEvent> p_253624_) private
Type
(String p_254335_, Supplier<com.mojang.serialization.MapCodec<? extends LoggedChatEvent>> p_254115_)