Name | <server.statistic_type[<statistic>]> |
Returns | ElementTag |
Description | Returns the qualifier type of the given statistic.
Generally relevant to usage with PlayerTag.statistic.qualifier. Returns UNTYPED, ITEM, ENTITY, or BLOCK. Refer also to server.statistic_types. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java#L1090 |