Package net.minecraft.client
Class CommandHistory
java.lang.Object
net.minecraft.client.CommandHistory
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Pathprivate final ArrayListDeque<String>private static final org.slf4j.Loggerprivate static final intprivate static final String - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddCommand(String p_294362_) history()private voidsave() 
- 
Field Details
- 
LOGGER
private static final org.slf4j.Logger LOGGER - 
MAX_PERSISTED_COMMAND_HISTORY
private static final int MAX_PERSISTED_COMMAND_HISTORY- See Also:
 
 - 
PERSISTED_COMMANDS_FILE_NAME
- See Also:
 
 - 
commandsPath
 - 
lastCommands
 
 - 
 - 
Constructor Details
- 
CommandHistory
 
 - 
 - 
Method Details
- 
addCommand
 - 
save
private void save() - 
history
 
 -