com.mojang.realmsclient.client

public class UploadStatus

gad
com.mojang.realmsclient.client.UploadStatus
net.minecraft.class_4351
net.minecraft.client.realms.util.UploadProgress
net.minecraft.src.C_3233_

字段概要

修饰符与类型字段
private volatile long
a
bytesWritten
field_19601
bytesWritten
f_87386_
private volatile long
b
totalBytes
field_19602
totalBytes
f_87387_
private long
c
previousTimeSnapshot
field_54361
startTimeMs
f_346801_
private long
d
previousBytesWritten
field_54362
lastBytesWritten
f_346912_
private long
e
bytesPerSecond
field_54363
bytesPerSecond
f_348761_

构造函数概要

修饰符构造函数
public ()

方法概要

修饰符与类型方法
public void
a(long arg0)
setTotalBytes(long arg0)
method_64326(long arg0)
setTotalBytes(long totalBytes)
m_351897_(long arg0)
public void
a()
restart()
method_76246()
clear()
m_439230_()
public long
b()
getTotalBytes()
method_64325()
getTotalBytes()
m_352282_()
public long
c()
getBytesWritten()
method_64327()
getBytesWritten()
m_356126_()
public void
b(long arg0)
onWrite(long arg0)
method_64328(long arg0)
addBytesWritten(long bytesWritten)
m_356205_(long arg0)
public boolean
d()
uploadStarted()
method_64329()
hasWrittenBytes()
m_352361_()
public boolean
e()
uploadCompleted()
method_64330()
hasWrittenAllBytes()
m_355493_()
public double
f()
getPercentage()
method_64331()
getFractionBytesWritten()
m_353958_()
public void
g()
refreshBytesPerSecond()
method_64332()
tick()
m_354409_()
public long
h()
getBytesPerSecond()
method_64333()
getBytesPerSecond()
m_356529_()