Class ChatSelectionLogFiller
java.lang.Object
net.minecraft.client.gui.screens.reporting.ChatSelectionLogFiller
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Predicate<LoggedChatMessage.Player> private final ChatReportContextBuilderprivate intprivate PlayerChatMessageprivate final ChatLogprivate intprivate SignedMessageLink -
Constructor Summary
ConstructorsConstructorDescriptionChatSelectionLogFiller(ReportingContext reportingContext, Predicate<LoggedChatMessage.Player> canReport) -
Method Summary
Modifier and TypeMethodDescriptionprivate booleanacceptMessage(ChatSelectionLogFiller.Output output, LoggedChatMessage.Player player) voidfillNextPage(int maxVisibleEntries, ChatSelectionLogFiller.Output output)
-
Field Details
-
log
-
contextBuilder
-
canReport
-
previousLink
-
eventId
private int eventId -
missedCount
private int missedCount -
lastMessage
-
-
Constructor Details
-
ChatSelectionLogFiller
public ChatSelectionLogFiller(ReportingContext reportingContext, Predicate<LoggedChatMessage.Player> canReport)
-
-
Method Details
-
fillNextPage
-
acceptMessage
private boolean acceptMessage(ChatSelectionLogFiller.Output output, LoggedChatMessage.Player player)
-