Class ChatLog
java.lang.Object
net.minecraft.client.multiplayer.chat.ChatLog
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionChatLog
(int pSize) private
ChatLog
(int pSize, List<LoggedChatEvent> pEvents) -
Method Summary
-
Field Details
-
buffer
-
nextId
private int nextId
-
-
Constructor Details
-
ChatLog
public ChatLog(int pSize) -
ChatLog
-
-
Method Details
-
codec
-
loggedChatEvents
-
push
-
lookup
-
index
private int index(int pIndex) -
start
public int start() -
end
public int end() -
size
private int size()
-