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 ChatReportContextBuilder
private int
private PlayerChatMessage
private final ChatLog
private int
private SignedMessageLink
-
Constructor Summary
ConstructorsConstructorDescriptionChatSelectionLogFiller
(ReportingContext reportingContext, Predicate<LoggedChatMessage.Player> canReport) -
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
acceptMessage
(ChatSelectionLogFiller.Output output, LoggedChatMessage.Player player) void
fillNextPage
(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)
-