Uses of Class
net.md_5.bungee.protocol.NumberFormat.Type
-
Packages that use NumberFormat.Type Package Description net.md_5.bungee.protocol -
-
Uses of NumberFormat.Type in net.md_5.bungee.protocol
Methods in net.md_5.bungee.protocol that return NumberFormat.Type Modifier and Type Method Description NumberFormat.TypeNumberFormat. getType()static NumberFormat.TypeNumberFormat.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static NumberFormat.Type[]NumberFormat.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.md_5.bungee.protocol with parameters of type NumberFormat.Type Constructor Description NumberFormat(NumberFormat.Type type, Object value)
-