Name | <ListTag.highest[(<tag>)]> |
Returns | ObjectTag |
Description | Returns the highest value in a list of decimal numbers.
Optionally specify a tag to run on each list entry that returns the numeric value for that entry. |
Example |
|
Example |
|
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/ListTag.java#L2005 |
Name | <ListTag.highest[(<tag>)].count[<#>]> |
Returns | ListTag |
Description | Returns a list of the highest values in a list of decimal numbers.
Optionally specify a tag to run on each list entry that returns the numeric value for that entry. Note: if you want to sort the entire list, rather than just getting a few values, use a sort tag like listtag.sort_by_number |
Example |
|
Example |
|
Source | https://github.com/DenizenScript/Denizen-Core/blob/master/src/main/java/com/denizenscript/denizencore/objects/core/ListTag.java#L2032 |