Interface ChatLog
- All Known Implementing Classes:
RollingMemoryChatLog
public interface ChatLog
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordChatLog.Entry<T extends LoggedChatEvent>static class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondefault intafter(int p_239584_) default intbefore(int p_239680_) default booleancontains(int p_238951_) lookup(int p_239050_) default ChatLog.Entry<LoggedChatEvent>lookupEntry(int p_242449_) intnewest()intoffset(int p_239142_, int p_239143_) intoldest()voidpush(LoggedChatEvent p_242319_) default ChatLog.SelectionselectAfter(int p_239515_) default ChatLog.Selectiondefault ChatLog.Selectiondefault ChatLog.SelectionselectBefore(int p_238954_) default ChatLog.SelectionselectBetween(int p_239413_, int p_239414_) private ChatLog.Selectiondefault ChatLog.SelectionselectSequence(int p_239757_, IntUnaryOperator p_239758_)
-
Field Details
-
NO_MESSAGE
static final int NO_MESSAGE- See Also:
-
-
Method Details
-
push
-
lookup
-
lookupEntry
-
contains
default boolean contains(int p_238951_) -
offset
int offset(int p_239142_, int p_239143_) -
before
default int before(int p_239680_) -
after
default int after(int p_239584_) -
newest
int newest() -
oldest
int oldest() -
selectAll
-
selectAllDescending
-
selectAfter
-
selectBefore
-
selectBetween
-
selectSequence
-
selectNone
-