class EntityStatMap
com.hypixel.hytale.server.core.modules.entitystats
Map of entity stats. Use get(index), setStatValue(index, value).
class EntityStatsModule
com.hypixel.hytale.server.core.modules.entitystats
Singleton for entity stats. Get with EntityStatsModule.get(). Use getEntityStatMapComponentType() for stat map component.
class EntityStatType
com.hypixel.hytale.server.core.modules.entitystats.asset
Stat type definitions. Use getAssetMap().getIndex("Health") or "Stamina" to get stat indices.
class EntityStatValue
com.hypixel.hytale.server.core.modules.entitystats
Stat value with min/max. Use asPercentage(), getMax(), getValue().