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 recordChatLog.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 TypeInterfaceDescriptioninterfaceA message received by the client and stored inChatLog.Classes in net.minecraft.client.report that implement class_7629Modifier and TypeClassDescriptionstatic final recordA chat message received by the client.static final recordA game message received by the client.Fields in net.minecraft.client.report declared as class_7629Modifier and TypeFieldDescriptionprivate final TChatLog.IndexedMessage.eventThe field for theeventrecord component.private final class_7629[]ChatLogImpl.messagesMethods 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, ornullif there is no such message in the log.ChatLogImpl.get(int index) Returns the message with indexindex, ornullif 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, ornullif 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 TypeMethodDescriptionvoidChatLog.add(class_7629 message) Addsmessageto the log.voidChatLogImpl.add(class_7629 message) Addsmessageto the log.