public class MetricsInfo
extends Object
Holds function to generate metrics to be sent to bstats
- Since:
- 3.1.0
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
getUsesCustomDrops
@NotNull
public @NotNull String getUsesCustomDrops()
-
getUsesHealthIndicator
@NotNull
public @NotNull String getUsesHealthIndicator()
-
getMaxLevelRange
@NotNull
public @NotNull String getMaxLevelRange()
-
getCustomRulesUsed
@NotNull
public @NotNull String getCustomRulesUsed()
-
getLevellingStrategy
@NotNull
public @NotNull String getLevellingStrategy()
-
usesPlayerLevelling
@NotNull
public @NotNull String usesPlayerLevelling()
-
usesAutoUpdateChecker
@NotNull
public @NotNull String usesAutoUpdateChecker()
-
levelMobsUponSpawn
@NotNull
public @NotNull String levelMobsUponSpawn()
-
checkMobsOnChunkLoad
@NotNull
public @NotNull String checkMobsOnChunkLoad()
-
customEntityNamesCount
@NotNull
public @NotNull String customEntityNamesCount()
-
usesNbtData
@NotNull
public @NotNull String usesNbtData()
-
-