Package net.minecraft.data
Class DataCache.CachedDataWriter
java.lang.Object
net.minecraft.data.DataCache.CachedDataWriter
- All Implemented Interfaces:
DataWriter
- Enclosing class:
DataCache
- Mappings:
Namespace Name official ja$a
intermediary net/minecraft/class_2408$class_7404
named net/minecraft/data/DataCache$CachedDataWriter
-
Field Summary
Modifier and TypeFieldDescription(package private) int
(package private) final DataCache.CachedData
private final DataCache.CachedData
Fields inherited from interface net.minecraft.data.DataWriter
UNCACHED
-
Constructor Summary
-
Method Summary
-
Field Details
-
oldCache
- Mappings:
Namespace Name Mixin selector official b
Lja$a;b:Lja$b;
intermediary field_38919
Lnet/minecraft/class_2408$class_7404;field_38919:Lnet/minecraft/class_2408$class_7405;
named oldCache
Lnet/minecraft/data/DataCache$CachedDataWriter;oldCache:Lnet/minecraft/data/DataCache$CachedData;
-
newCache
- Mappings:
Namespace Name Mixin selector official c
Lja$a;c:Lja$b;
intermediary field_38920
Lnet/minecraft/class_2408$class_7404;field_38920:Lnet/minecraft/class_2408$class_7405;
named newCache
Lnet/minecraft/data/DataCache$CachedDataWriter;newCache:Lnet/minecraft/data/DataCache$CachedData;
-
cacheMissCount
int cacheMissCount- Mappings:
Namespace Name Mixin selector official d
Lja$a;d:I
intermediary field_38921
Lnet/minecraft/class_2408$class_7404;field_38921:I
named cacheMissCount
Lnet/minecraft/data/DataCache$CachedDataWriter;cacheMissCount:I
-
-
Constructor Details
-
CachedDataWriter
CachedDataWriter(String versionName, DataCache.CachedData cachedData) - Mappings:
Namespace Name Mixin selector official <init>
Lja$a;<init>(Ljava/lang/String;Lja$b;)V
intermediary <init>
Lnet/minecraft/class_2408$class_7404;<init>(Ljava/lang/String;Lnet/minecraft/class_2408$class_7405;)V
named <init>
Lnet/minecraft/data/DataCache$CachedDataWriter;<init>(Ljava/lang/String;Lnet/minecraft/data/DataCache$CachedData;)V
-
-
Method Details
-
isCacheInvalid
- Mappings:
Namespace Name Mixin selector official a
Lja$a;a(Ljava/nio/file/Path;Lcom/google/common/hash/HashCode;)Z
intermediary method_43355
Lnet/minecraft/class_2408$class_7404;method_43355(Ljava/nio/file/Path;Lcom/google/common/hash/HashCode;)Z
named isCacheInvalid
Lnet/minecraft/data/DataCache$CachedDataWriter;isCacheInvalid(Ljava/nio/file/Path;Lcom/google/common/hash/HashCode;)Z
-
write
- Specified by:
write
in interfaceDataWriter
- Throws:
IOException
- Mappings:
Namespace Name Mixin selector official writeIfNeeded
Lix;writeIfNeeded(Ljava/nio/file/Path;[BLcom/google/common/hash/HashCode;)V
intermediary method_43346
Lnet/minecraft/class_7403;method_43346(Ljava/nio/file/Path;[BLcom/google/common/hash/HashCode;)V
named write
Lnet/minecraft/data/DataWriter;write(Ljava/nio/file/Path;[BLcom/google/common/hash/HashCode;)V
-