Package net.minecraft.client
Class CommandHistory
java.lang.Object
net.minecraft.client.CommandHistory
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Pathprivate final ArrayListDeque<String>private static final org.slf4j.Loggerprivate static final intprivate static final String
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddCommand(String p_298813_) history()private voidsave()
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
MAX_PERSISTED_COMMAND_HISTORYprivate static final int MAX_PERSISTED_COMMAND_HISTORY- See Also:
 
- 
PERSISTED_COMMANDS_FILE_NAME- See Also:
 
- 
commandsPath
- 
lastCommands
 
- 
- 
Constructor Details- 
CommandHistory
 
- 
- 
Method Details- 
addCommand
- 
saveprivate void save()
- 
history
 
-