Uses of Package
org.progettoedids.entities.items.weapons
Packages that use org.progettoedids.entities.items.weapons
Package
Description
A package for the abstract Weapon subtype of Item and its concrete final subclasses.
A package for the abstract Monster subtype of NPC and its concrete final subclasses.
-
Classes in org.progettoedids.entities.items.weapons used by org.progettoedids.entities.items.weaponsClassDescriptionA Weapon is an instance of an Item additionally characterized by the damage the Weapon can deal and its usability level which represents the maximum amount of times the Weapon can be used.
-
Classes in org.progettoedids.entities.items.weapons used by org.progettoedids.entities.npcs.monstersClassDescriptionA Weapon is an instance of an Item additionally characterized by the damage the Weapon can deal and its usability level which represents the maximum amount of times the Weapon can be used.