Class RollingMemoryChatLog
java.lang.Object
net.minecraft.client.multiplayer.chat.RollingMemoryChatLog
- All Implemented Interfaces:
ChatLog
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.multiplayer.chat.ChatLog
ChatLog.Entry<T extends LoggedChatEvent>, ChatLog.Selection
-
Field Summary
Fields inherited from interface net.minecraft.client.multiplayer.chat.ChatLog
NO_MESSAGE
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.multiplayer.chat.ChatLog
after, before, lookupEntry, selectAfter, selectAll, selectAllDescending, selectBefore, selectBetween, selectSequence
-
Field Details
-
buffer
-
newestId
private int newestId -
oldestId
private int oldestId
-
-
Constructor Details
-
RollingMemoryChatLog
public RollingMemoryChatLog(int p_239903_)
-
-
Method Details
-
push
-
nextId
private int nextId() -
lookup
-
index
private int index(int p_239511_) -
contains
public boolean contains(int p_239977_) -
offset
public int offset(int p_240086_, int p_240087_) -
newest
public int newest() -
oldest
public int oldest()
-