Package net.minecraft.util.logging
Class LogFileCompressor.LogFileIterable
java.lang.Object
net.minecraft.util.logging.LogFileCompressor.LogFileIterable
- All Implemented Interfaces:
- Iterable<LogFileCompressor.LogFile>
- Enclosing class:
- LogFileCompressor
public static class LogFileCompressor.LogFileIterable
extends Object
implements Iterable<LogFileCompressor.LogFile>
- Mappings:
- Namespace - Name - named - net/minecraft/util/logging/LogFileCompressor$LogFileIterable- intermediary - net/minecraft/class_7929$class_7933- official - bnl$d
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioniterator()removeExpired(LocalDate currentDate, int retentionDays) stream()toIdSet()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Field Details- 
logs- Mappings:
- Namespace - Name - Mixin selector - named - logs- Lnet/minecraft/util/logging/LogFileCompressor$LogFileIterable;logs:Ljava/util/List;- intermediary - field_41294- Lnet/minecraft/class_7929$class_7933;field_41294:Ljava/util/List;- official - a- Lbnl$d;a:Ljava/util/List;
 
 
- 
- 
Constructor Details- 
LogFileIterableLogFileIterable(List<LogFileCompressor.LogFile> logs) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/util/logging/LogFileCompressor$LogFileIterable;<init>(Ljava/util/List;)V- intermediary - <init>- Lnet/minecraft/class_7929$class_7933;<init>(Ljava/util/List;)V- official - <init>- Lbnl$d;<init>(Ljava/util/List;)V
 
 
- 
- 
Method Details- 
removeExpired- Mappings:
- Namespace - Name - Mixin selector - named - removeExpired- Lnet/minecraft/util/logging/LogFileCompressor$LogFileIterable;removeExpired(Ljava/time/LocalDate;I)Lnet/minecraft/util/logging/LogFileCompressor$LogFileIterable;- intermediary - method_47562- Lnet/minecraft/class_7929$class_7933;method_47562(Ljava/time/LocalDate;I)Lnet/minecraft/class_7929$class_7933;- official - a- Lbnl$d;a(Ljava/time/LocalDate;I)Lbnl$d;
 
- 
compressAll- Mappings:
- Namespace - Name - Mixin selector - named - compressAll- Lnet/minecraft/util/logging/LogFileCompressor$LogFileIterable;compressAll()Lnet/minecraft/util/logging/LogFileCompressor$LogFileIterable;- intermediary - method_47560- Lnet/minecraft/class_7929$class_7933;method_47560()Lnet/minecraft/class_7929$class_7933;- official - a- Lbnl$d;a()Lbnl$d;
 
- 
iterator- Specified by:
- iteratorin interface- Iterable<LogFileCompressor.LogFile>
 
- 
stream- Mappings:
- Namespace - Name - Mixin selector - named - stream- Lnet/minecraft/util/logging/LogFileCompressor$LogFileIterable;stream()Ljava/util/stream/Stream;- intermediary - method_47563- Lnet/minecraft/class_7929$class_7933;method_47563()Ljava/util/stream/Stream;- official - b- Lbnl$d;b()Ljava/util/stream/Stream;
 
- 
toIdSet- Mappings:
- Namespace - Name - Mixin selector - named - toIdSet- Lnet/minecraft/util/logging/LogFileCompressor$LogFileIterable;toIdSet()Ljava/util/Set;- intermediary - method_47564- Lnet/minecraft/class_7929$class_7933;method_47564()Ljava/util/Set;- official - c- Lbnl$d;c()Ljava/util/Set;
 
 
-