Package net.deechael.dynamichat.api
Interface Context
- All Superinterfaces:
Iterable<MuteMessage>
A set of messages that have order
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceCustomized iterator -
Method Summary
Modifier and TypeMethodDescription@NotNull Context.ContextIteratoriterator()Iterate the contextintlength()Get how many messages in the contextMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
length
int length()Get how many messages in the context- Returns:
- amount
-
iterator
Iterate the context- Specified by:
iteratorin interfaceIterable<MuteMessage>- Returns:
- iterator
-