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 pReportingContext, Predicate<LoggedChatMessage.Player> pCanReport) -
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
acceptMessage
(ChatSelectionLogFiller.Output pOutput, LoggedChatMessage.Player pPlayer) void
fillNextPage
(int pMaxVisibleEntries, ChatSelectionLogFiller.Output pOutput)
-
Field Details
-
log
-
contextBuilder
-
canReport
-
previousLink
-
eventId
private int eventId -
missedCount
private int missedCount -
lastMessage
-
-
Constructor Details
-
ChatSelectionLogFiller
public ChatSelectionLogFiller(ReportingContext pReportingContext, Predicate<LoggedChatMessage.Player> pCanReport)
-
-
Method Details
-
fillNextPage
-
acceptMessage
private boolean acceptMessage(ChatSelectionLogFiller.Output pOutput, LoggedChatMessage.Player pPlayer)
-