Uses of Enum Class
net.minecraft.client.realms.SizeUnit
-
Uses of SizeUnit in net.minecraft.client.realms
Modifier and TypeMethodDescriptionstatic SizeUnit
SizeUnit.getLargestUnit
(long bytes) static SizeUnit
Returns the enum constant of this class with the specified name.static SizeUnit[]
SizeUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic double
SizeUnit.convertToUnit
(long bytes, SizeUnit unit) static String
SizeUnit.humanReadableSize
(long bytes, SizeUnit unit)