Uses of Class
net.minecraft.client.report.log.ChatLog.Streams
-
Uses of ChatLog.Streams in net.minecraft.client.report.log
Modifier and TypeMethodDescriptionprivate ChatLog.Streams
ChatLog.emptyStreams()
Returns the empty stream.default ChatLog.Streams
ChatLog.stream
(int startIndex, IntUnaryOperator nextIndexGetter) Returns the streams starting fromstartIndex
.default ChatLog.Streams
ChatLog.streamBackward()
Returns the streams starting from the biggest index in the log with entires ordered antichronologically (in descending order).default ChatLog.Streams
ChatLog.streamBackward
(int startIndex) Returns the streams starting fromstartIndex
with entires ordered antichronologically (in descending order).default ChatLog.Streams
ChatLog.streamForward()
Returns the streams starting from the smallest index in the log with entires ordered chronologically (in ascending order).default ChatLog.Streams
ChatLog.streamForward
(int startIndex) Returns the streams starting fromstartIndex
with entires ordered chronologically (in ascending order).default ChatLog.Streams
ChatLog.streamForward
(int startIndex, int endIndex) Returns the streams starting fromstartIndex
with entires ordered chronologically (in ascending order) up to and includingendIndex
.