Uses of Class
games.stendhal.server.util.CounterMap
Packages that use CounterMap
Package
Description
Entities are all the interactive objects of the gaming world
(including players, NPCs, creatures, items, signs, chests, portals, ...)
-
Uses of CounterMap in games.stendhal.server.entity
Fields in games.stendhal.server.entity declared as CounterMapModifier and TypeFieldDescriptionprotected CounterMap<Entity>RPEntity.damageReceivedMaps each attacker to the sum of hitpoint loss it has caused to this RPEntity.