com.mojang.realmsclient

public enum Unit

dhw
com.mojang.realmsclient.Unit
net.minecraft.class_4428
net.minecraft.realms.SizeUnit
net.minecraft.client.util.UploadSpeed

Enum constant summary

Enum Constant
a
B
field_20200
B
B
b
KB
field_20201
KB
KB
c
MB
field_20202
MB
MB
d
GB
field_20203
GB
GB

Constructor summary

ModifierConstructor
private ()

Method summary

Modifier and TypeMethod
public static Unit
a(long arg0)
getLargest(long arg0)
method_25027(long arg0)
getLargestUnit(long bytes)
func_237682_a_(long arg0)
public static double
a(long arg0, dhw arg1)
convertTo(long arg0, Unit arg1)
method_25028(long arg0, class_4428 arg1)
convertToUnit(long bytes, SizeUnit unit)
func_237683_a_(long arg0, UploadSpeed arg1)
public static String
b(long arg0)
humanReadable(long arg0)
method_25029(long arg0)
getUserFriendlyString(long bytes)
func_237684_b_(long arg0)
public static String
b(long arg0, dhw arg1)
humanReadable(long arg0, Unit arg1)
method_25030(long arg0, class_4428 arg1)
humanReadableSize(long bytes, SizeUnit unit)
func_237685_b_(long arg0, UploadSpeed arg1)