Uses of Record Class
net.minecraft.util.Downloader.FileInfo
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of Downloader.FileInfo in net.minecraft.util
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Downloader.FileInfo>
Downloader.FileInfo.CODEC
private final com.mojang.datafixers.util.Either<String,
Downloader.FileInfo> Downloader.LogEntry.errorOrFileInfo
The field for theerrorOrFileInfo
record component.Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<String,
Downloader.FileInfo> Downloader.LogEntry.errorOrFileInfo()
Returns the value of theerrorOrFileInfo
record component.private com.mojang.datafixers.util.Either<String,
Downloader.FileInfo> Downloader.getFileInfo
(Path path)