Uses of Interface
net.minecraft.class_7629
Packages that use class_7629
Package
Description
The base package for all Minecraft classes.
-
Uses of class_7629 in net.minecraft
Subinterfaces of class_7629 in net.minecraftClasses in net.minecraft that implement class_7629 -
Uses of class_7629 in net.minecraft.client.report
Classes in net.minecraft.client.report with type parameters of type class_7629Modifier and TypeClassDescriptionstatic final record
ChatLog.IndexedMessage<T extends class_7629>
A pair of the message's index and the message itself.Subinterfaces of class_7629 in net.minecraft.client.reportModifier and TypeInterfaceDescriptioninterface
A message received by the client and stored inChatLog
.Classes in net.minecraft.client.report that implement class_7629Modifier 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 declared as class_7629Modifier and TypeFieldDescriptionprivate final T
ChatLog.IndexedMessage.event
The field for theevent
record component.private final class_7629[]
ChatLogImpl.messages
Methods in net.minecraft.client.report with type parameters of type class_7629Modifier and TypeMethodDescription<U extends class_7629>
@Nullable ChatLog.IndexedMessage<U>ChatLog.IndexedMessage.method_44949
(Class<U> class2) Methods in net.minecraft.client.report that return class_7629Modifier and TypeMethodDescriptionChatLog.get
(int index) Returns the message with indexindex
, ornull
if there is no such message in the log.ChatLogImpl.get
(int index) Returns the message with indexindex
, ornull
if there is no such message in the log.Methods in net.minecraft.client.report that return types with arguments of type class_7629Modifier and TypeMethodDescriptiondefault @Nullable ChatLog.IndexedMessage<class_7629>
ChatLog.getIndexed
(int index) Returns the indexed message with indexindex
, ornull
if there is no such message in the log.ChatLog.Streams.method_44950()
ChatLog.Streams.method_44951()
Methods in net.minecraft.client.report with parameters of type class_7629Modifier and TypeMethodDescriptionvoid
ChatLog.add
(class_7629 message) Addsmessage
to the log.void
ChatLogImpl.add
(class_7629 message) Addsmessage
to the log.