Package net.minecraft.server.packs
Class DownloadCacheCleaner
java.lang.Object
net.minecraft.server.packs.DownloadCacheCleaner
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescription(package private) static final record(package private) static final record
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static List<DownloadCacheCleaner.PathAndTime>listFilesWithModificationTimes(Path p_314985_) private static List<DownloadCacheCleaner.PathAndPriority>static voidvacuumCacheDir(Path p_314919_, int p_314928_) 
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
 
- 
- 
Constructor Details- 
DownloadCacheCleanerpublic DownloadCacheCleaner()
 
- 
- 
Method Details- 
vacuumCacheDir
- 
listFilesWithModificationTimesprivate static List<DownloadCacheCleaner.PathAndTime> listFilesWithModificationTimes(Path p_314985_) throws IOException - Throws:
- IOException
 
- 
prioritizeFilesInDirsprivate static List<DownloadCacheCleaner.PathAndPriority> prioritizeFilesInDirs(List<DownloadCacheCleaner.PathAndTime> p_314924_) 
 
-