Uses of Enum Class
net.minecraft.client.report.GroupedMessagesCollector.ReportType
Packages that use GroupedMessagesCollector.ReportType
-
Uses of GroupedMessagesCollector.ReportType in net.minecraft.client.network.abusereport
Methods in net.minecraft.client.network.abusereport that return 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.ReportTypeMethods in net.minecraft.client.report that return GroupedMessagesCollector.ReportTypeModifier and TypeMethodDescriptionGroupedMessagesCollector.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<ReceivedMessage.IndexedMessage> list, GroupedMessagesCollector.ReportType reportType) Constructor parameters in net.minecraft.client.report with type arguments of type GroupedMessagesCollector.ReportTypeModifierConstructorDescriptionGroupedMessagesCollector(Function<ReceivedMessage.IndexedMessage, GroupedMessagesCollector.ReportType> reportTypeGetter)