Class ValueDisplay
- java.lang.Object
-
- me.hsgamer.topper.spigot.plugin.holder.display.ValueDisplay
-
public class ValueDisplay extends Object
-
-
Field Summary
Fields Modifier and Type Field Description String
displayNullName
String
displayNullUuid
String
displayNullValue
String
line
-
Constructor Summary
Constructors Constructor Description ValueDisplay(Map<String,Object> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDisplayLine(int index, Map.Entry<UUID,Double> entry)
String
getDisplayLine(int index, NumberTopHolder holder)
String
getDisplayName(@Nullable UUID uuid)
String
getDisplayUuid(@Nullable UUID uuid)
String
getDisplayValue(@Nullable Double value, @Nullable String formatType)
-
-
-
Method Detail
-
getDisplayValue
public String getDisplayValue(@Nullable @Nullable Double value, @Nullable @Nullable String formatType)
-
getDisplayLine
public String getDisplayLine(int index, NumberTopHolder holder)
-
-