Uses of Enum
net.minecraft.client.realms.SizeUnit
Packages that use SizeUnit
-
Uses of SizeUnit in net.minecraft.client.realms
Methods in net.minecraft.client.realms that return SizeUnitModifier and TypeMethodDescriptionstatic SizeUnit
SizeUnit.getLargestUnit(long bytes)
static SizeUnit
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 SizeUnitModifier and TypeMethodDescriptionstatic double
SizeUnit.convertToUnit(long bytes, SizeUnit unit)
static String
SizeUnit.humanReadableSize(long bytes, SizeUnit unit)