Uses of Record Class
net.minecraft.server.packs.DownloadQueue.FileInfoEntry
-
Uses of DownloadQueue.FileInfoEntry in net.minecraft.server.packs
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<DownloadQueue.FileInfoEntry>
DownloadQueue.FileInfoEntry.CODEC
private final com.mojang.datafixers.util.Either<String,
DownloadQueue.FileInfoEntry> DownloadQueue.LogEntry.errorOrFileInfo
The field for theerrorOrFileInfo
record component.Modifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<String,
DownloadQueue.FileInfoEntry> DownloadQueue.LogEntry.errorOrFileInfo()
Returns the value of theerrorOrFileInfo
record component.private com.mojang.datafixers.util.Either<String,
DownloadQueue.FileInfoEntry> DownloadQueue.getFileInfo
(Path p_310185_)