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 - official - azz$d- intermediary - net/minecraft/class_7929$class_7933- named - net/minecraft/util/logging/LogFileCompressor$LogFileIterable
- 
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 - official - a- Lazz$d;a:Ljava/util/List;- intermediary - field_41294- Lnet/minecraft/class_7929$class_7933;field_41294:Ljava/util/List;- named - logs- Lnet/minecraft/util/logging/LogFileCompressor$LogFileIterable;logs:Ljava/util/List;
 
 
- 
- 
Constructor Details- 
LogFileIterableLogFileIterable(List<LogFileCompressor.LogFile> logs) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lazz$d;<init>(Ljava/util/List;)V- intermediary - <init>- Lnet/minecraft/class_7929$class_7933;<init>(Ljava/util/List;)V- named - <init>- Lnet/minecraft/util/logging/LogFileCompressor$LogFileIterable;<init>(Ljava/util/List;)V
 
 
- 
- 
Method Details- 
removeExpired- Mappings:
- Namespace - Name - Mixin selector - official - a- Lazz$d;a(Ljava/time/LocalDate;I)Lazz$d;- intermediary - method_47562- Lnet/minecraft/class_7929$class_7933;method_47562(Ljava/time/LocalDate;I)Lnet/minecraft/class_7929$class_7933;- named - removeExpired- Lnet/minecraft/util/logging/LogFileCompressor$LogFileIterable;removeExpired(Ljava/time/LocalDate;I)Lnet/minecraft/util/logging/LogFileCompressor$LogFileIterable;
 
- 
compressAll- Mappings:
- Namespace - Name - Mixin selector - official - a- Lazz$d;a()Lazz$d;- intermediary - method_47560- Lnet/minecraft/class_7929$class_7933;method_47560()Lnet/minecraft/class_7929$class_7933;- named - compressAll- Lnet/minecraft/util/logging/LogFileCompressor$LogFileIterable;compressAll()Lnet/minecraft/util/logging/LogFileCompressor$LogFileIterable;
 
- 
iterator- Specified by:
- iteratorin interface- Iterable<LogFileCompressor.LogFile>
 
- 
stream- Mappings:
- Namespace - Name - Mixin selector - official - b- Lazz$d;b()Ljava/util/stream/Stream;- intermediary - method_47563- Lnet/minecraft/class_7929$class_7933;method_47563()Ljava/util/stream/Stream;- named - stream- Lnet/minecraft/util/logging/LogFileCompressor$LogFileIterable;stream()Ljava/util/stream/Stream;
 
- 
toIdSet- Mappings:
- Namespace - Name - Mixin selector - official - c- Lazz$d;c()Ljava/util/Set;- intermediary - method_47564- Lnet/minecraft/class_7929$class_7933;method_47564()Ljava/util/Set;- named - toIdSet- Lnet/minecraft/util/logging/LogFileCompressor$LogFileIterable;toIdSet()Ljava/util/Set;
 
 
-