Class ValueDisplay
java.lang.Object
me.hsgamer.topper.spigot.plugin.holder.display.ValueDisplay
- All Implemented Interfaces:
SimpleQueryDisplay<UUID,
Double>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull String
getDisplayKey
(@Nullable UUID uuid) getDisplayLine
(int index, Map.Entry<UUID, Double> entry) getDisplayLine
(int index, NumberTopHolder holder) @NotNull String
getDisplayName
(@Nullable UUID uuid) @NotNull String
getDisplayValue
(@Nullable Double value, @Nullable String formatQuery)
-
Field Details
-
line
-
displayNullName
-
displayNullUuid
-
displayNullValue
-
-
Constructor Details
-
ValueDisplay
-
-
Method Details
-
getDisplayKey
- Specified by:
getDisplayKey
in interfaceSimpleQueryDisplay<UUID,
Double>
-
getDisplayName
- Specified by:
getDisplayName
in interfaceSimpleQueryDisplay<UUID,
Double>
-
getDisplayValue
@NotNull public @NotNull String getDisplayValue(@Nullable @Nullable Double value, @Nullable @Nullable String formatQuery) - Specified by:
getDisplayValue
in interfaceSimpleQueryDisplay<UUID,
Double>
-
getDisplayLine
-
getDisplayLine
-