Uses of Enum Class
net.minecraft.client.report.GroupedMessagesCollector.ReportType
Packages that use GroupedMessagesCollector.ReportType
-
Uses of GroupedMessagesCollector.ReportType in net.minecraft.client.report
Fields in net.minecraft.client.report declared as GroupedMessagesCollector.ReportTypeModifier and TypeFieldDescriptionGroupedMessagesCollector.reportTypeprivate final GroupedMessagesCollector.ReportTypeGroupedMessagesCollector.GroupedMessages.typeThe field for thetyperecord component.Fields in net.minecraft.client.report with type parameters of type GroupedMessagesCollector.ReportTypeModifier and TypeFieldDescriptionprivate final Function<ChatLog.IndexedEntry<T>,GroupedMessagesCollector.ReportType> GroupedMessagesCollector.reportTypeGetterMethods in net.minecraft.client.report that return GroupedMessagesCollector.ReportTypeModifier and TypeMethodDescriptionMessagesListAdder.getReportType(T message) GroupedMessagesCollector.GroupedMessages.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.static GroupedMessagesCollector.ReportType[]GroupedMessagesCollector.ReportType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.client.report with parameters of type GroupedMessagesCollector.ReportTypeModifierConstructorDescriptionGroupedMessages(List<ChatLog.IndexedEntry<T>> list, GroupedMessagesCollector.ReportType reportType) Constructor parameters in net.minecraft.client.report with type arguments of type GroupedMessagesCollector.ReportTypeModifierConstructorDescriptionGroupedMessagesCollector(Function<ChatLog.IndexedEntry<T>, GroupedMessagesCollector.ReportType> reportTypeGetter)