Class ChatLogSegmenter<T extends LoggedChatMessage>
java.lang.Object
net.minecraft.client.gui.screens.reporting.ChatLogSegmenter<T>
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
static final record
ChatLogSegmenter.Results<T extends LoggedChatMessage>
-
Field Summary
Modifier and TypeFieldDescriptionprivate final List<ChatLog.Entry<T>>
private ChatLogSegmenter.MessageType
private final Function<ChatLog.Entry<T>,
ChatLogSegmenter.MessageType> -
Constructor Summary
ConstructorDescriptionChatLogSegmenter
(Function<ChatLog.Entry<T>, ChatLogSegmenter.MessageType> p_239532_) -
Method Summary
-
Field Details
-
typeFunction
private final Function<ChatLog.Entry<T extends LoggedChatMessage>,ChatLogSegmenter.MessageType> typeFunction -
messages
-
segmentType
-
-
Constructor Details
-
ChatLogSegmenter
-
-
Method Details
-
accept
-
build
-