net.minecraft.client.resource.server

class ServerResourcePackLoader$3

implements NetworkUtils$DownloadListener

net.minecraft.client.resources.server.DownloadedPackSource$3
net.minecraft.client.resources.server.DownloadedPackSource$3
net.minecraft.class_1066$3
net.minecraft.client.resource.server.ServerResourcePackLoader$3

Field summary

Modifier and TypeField
private final SystemToast$Type
toastId
toastId
field_47604
toastType
private Text
title
title
field_47605
toastTitle
private Text
message
message
field_47606
toastDescription
private int
count
count
field_47607
current
private int
failCount
failCount
field_47692
failureCount
private OptionalLong
totalBytes
totalBytes
field_47608
contentLength

Constructor summary

ModifierConstructor
()

Method summary

Modifier and TypeMethod
private void
updateToast()
updateToast()
method_55544()
showToast()
private void
updateProgress(long bytesSoFar)
updateProgress(long bytesSoFar)
method_55543(long arg0)
showProgress(long writtenBytes)
public void
requestStart()
requestStart()
method_55497()
onStart()
public void
downloadStart(OptionalLong sizeBytes)
downloadStart(OptionalLong sizeBytes)
method_55499(OptionalLong arg0)
onContentLength(OptionalLong arg0)
public void
downloadedBytes(long bytesSoFar)
downloadedBytes(long bytesSoFar)
method_55498(long arg0)
onProgress(long arg0)
public void
requestFinished(boolean success)
requestFinished(boolean success)
method_55500(boolean arg0)
onFinish(boolean arg0)