Uses of Class
net.minecraft.client.util.UploadSpeed
-
Packages that use UploadSpeed Package Description net.minecraft.client.util -
-
Uses of UploadSpeed in net.minecraft.client.util
Methods in net.minecraft.client.util that return UploadSpeed Modifier and Type Method Description static UploadSpeedUploadSpeed. getLargest(long p_237682_0_)static UploadSpeedUploadSpeed. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UploadSpeed[]UploadSpeed. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.util with parameters of type UploadSpeed Modifier and Type Method Description static doubleUploadSpeed. convertTo(long p_237683_0_, UploadSpeed p_237683_2_)static java.lang.StringUploadSpeed. humanReadable(long p_237685_0_, UploadSpeed p_237685_2_)
-