Package net.md_5.bungee.protocol
Class NumberFormat
- java.lang.Object
-
- net.md_5.bungee.protocol.NumberFormat
-
public class NumberFormat extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNumberFormat.Type
-
Constructor Summary
Constructors Constructor Description NumberFormat(NumberFormat.Type type, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)NumberFormat.TypegetType()ObjectgetValue()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
NumberFormat
public NumberFormat(NumberFormat.Type type, Object value)
-
-
Method Detail
-
getType
public NumberFormat.Type getType()
-
getValue
public Object getValue()
-
canEqual
protected boolean canEqual(Object other)
-
-