net.minecraft.server.packs

record DownloadQueue$LogEntry

asw$e
net.minecraft.server.packs.DownloadQueue$LogEntry
net.minecraft.class_9028$class_9033
net.minecraft.util.Downloader$LogEntry
net.minecraft.src.C_302050_$C_302125_

Field summary

Modifier and TypeField
private final UUID
b
id
comp_2149
id
f_303431_
private final String
c
url
comp_2150
url
f_302712_
private final Instant
d
time
comp_2151
time
f_303846_
private final Optional<String>
e
hash
comp_2152
hash
f_302640_
private final com.mojang.datafixers.util.Either<String, DownloadQueue$FileInfoEntry>
f
errorOrFileInfo
comp_2153
errorOrFileInfo
f_302525_
public static final com.mojang.serialization.Codec<DownloadQueue$LogEntry>
a
CODEC
field_47577
CODEC
f_302665_

Constructor summary

ModifierConstructor
(UUID url, String time, Instant hash, Optional<String> errorOrFileInfo, com.mojang.datafixers.util.Either<String, DownloadQueue$FileInfoEntry> arg4)

Method summary

Modifier and TypeMethod
public UUID
a()
id()
comp_2149()
id()
f_303431_()
public String
b()
url()
comp_2150()
url()
f_302712_()
public Instant
c()
time()
comp_2151()
time()
f_303846_()
public Optional<String>
d()
hash()
comp_2152()
hash()
f_302640_()
public com.mojang.datafixers.util.Either<String, DownloadQueue$FileInfoEntry>
e()
errorOrFileInfo()
comp_2153()
errorOrFileInfo()
f_302525_()