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 SizeUnit
SizeUnit. getLargestUnit(long bytes)
static SizeUnit
SizeUnit. 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 double
SizeUnit. convertToUnit(long bytes, SizeUnit unit)
static String
SizeUnit. humanReadableSize(long bytes, SizeUnit unit)