Uses of Class
net.minecraft.client.realms.SizeUnit
| Package | Description |
|---|---|
| net.minecraft.client.realms |
-
Uses of SizeUnit in net.minecraft.client.realms
Methods in net.minecraft.client.realms that return SizeUnit Modifier and Type Method Description static SizeUnitSizeUnit. getLargestUnit(long bytes)static SizeUnitSizeUnit. valueOf(String name)Returns the enum constant of this type with the specified name.static SizeUnit[]SizeUnit. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.realms with parameters of type SizeUnit Modifier and Type Method Description static doubleSizeUnit. convertToUnit(long bytes, SizeUnit unit)static StringSizeUnit. humanReadableSize(long bytes, SizeUnit unit)