Class ChatLog.Streams
java.lang.Object
net.minecraft.client.network.chat.ChatLog.Streams
- Enclosing interface:
ChatLog
A set of streams of logged messages.
- Mappings:
Namespace Name official euk$aintermediary net/minecraft/class_7555$class_7556named net/minecraft/client/network/chat/ChatLog$Streams
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final intprivate final PrimitiveIterator.OfIntprivate final ChatLog -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<com.mojang.authlib.GameProfile>Returns the stream of indexed messages.Returns the stream of message indices.Returns the stream of messages.
-
Field Details
-
CHARACTERISTICS
private static final int CHARACTERISTICS- See Also:
- Mappings:
Namespace Name Mixin selector official aLeuk$a;a:Iintermediary field_39634Lnet/minecraft/class_7555$class_7556;field_39634:Inamed CHARACTERISTICSLnet/minecraft/client/network/chat/ChatLog$Streams;CHARACTERISTICS:I
-
log
- Mappings:
Namespace Name Mixin selector official bLeuk$a;b:Leuk;intermediary field_39635Lnet/minecraft/class_7555$class_7556;field_39635:Lnet/minecraft/class_7555;named logLnet/minecraft/client/network/chat/ChatLog$Streams;log:Lnet/minecraft/client/network/chat/ChatLog;
-
indicesIterator
- Mappings:
Namespace Name Mixin selector official cLeuk$a;c:Ljava/util/PrimitiveIterator$OfInt;intermediary field_39636Lnet/minecraft/class_7555$class_7556;field_39636:Ljava/util/PrimitiveIterator$OfInt;named indicesIteratorLnet/minecraft/client/network/chat/ChatLog$Streams;indicesIterator:Ljava/util/PrimitiveIterator$OfInt;
-
-
Constructor Details
-
Streams
Streams(ChatLog log, PrimitiveIterator.OfInt indicesIterator) - Mappings:
Namespace Name Mixin selector official <init>Leuk$a;<init>(Leuk;Ljava/util/PrimitiveIterator$OfInt;)Vintermediary <init>Lnet/minecraft/class_7555$class_7556;<init>(Lnet/minecraft/class_7555;Ljava/util/PrimitiveIterator$OfInt;)Vnamed <init>Lnet/minecraft/client/network/chat/ChatLog$Streams;<init>(Lnet/minecraft/client/network/chat/ChatLog;Ljava/util/PrimitiveIterator$OfInt;)V
-
-
Method Details
-
streamIndices
Returns the stream of message indices.- Returns:
- the stream of message indices
- Mappings:
Namespace Name Mixin selector official aLeuk$a;a()Ljava/util/stream/IntStream;intermediary method_44548Lnet/minecraft/class_7555$class_7556;method_44548()Ljava/util/stream/IntStream;named streamIndicesLnet/minecraft/client/network/chat/ChatLog$Streams;streamIndices()Ljava/util/stream/IntStream;
-
streamMessages
Returns the stream of messages.If for some reason the index is no longer present in the log, such messages are ignored.
- Returns:
- the stream of messages
- Mappings:
Namespace Name Mixin selector official bLeuk$a;b()Ljava/util/stream/Stream;intermediary method_44549Lnet/minecraft/class_7555$class_7556;method_44549()Ljava/util/stream/Stream;named streamMessagesLnet/minecraft/client/network/chat/ChatLog$Streams;streamMessages()Ljava/util/stream/Stream;
-
method_44704
- Mappings:
Namespace Name Mixin selector official cLeuk$a;c()Ljava/util/Collection;intermediary method_44704Lnet/minecraft/class_7555$class_7556;method_44704()Ljava/util/Collection;named method_44704Lnet/minecraft/client/network/chat/ChatLog$Streams;method_44704()Ljava/util/Collection;
-
streamIndexedMessages
Returns the stream of indexed messages.If for some reason the index is no longer present in the log, such messages are ignored.
- Returns:
- the stream of indexed messages
- Mappings:
Namespace Name Mixin selector official dLeuk$a;d()Ljava/util/stream/Stream;intermediary method_44550Lnet/minecraft/class_7555$class_7556;method_44550()Ljava/util/stream/Stream;named streamIndexedMessagesLnet/minecraft/client/network/chat/ChatLog$Streams;streamIndexedMessages()Ljava/util/stream/Stream;
-