Uses of Class
model.item.Item
Packages that use Item
Package
Description
All entities in the game: the 4 Player subclasses and Goblin.
All collectible item types on the map: HealItem, BuffItem, DefenseItem, and TomeItem.
11x11 map structure comprising MapGrid, Cell, CellType, and MapLoader.
-
Uses of Item in model.entity
Fields in model.entity with type parameters of type ItemMethods in model.entity that return types with arguments of type ItemMethods in model.entity with parameters of type ItemModifier and TypeMethodDescriptionbooleanPlayer.pickUpItem(Item item) Picks up an item and adds it to the inventory if there is space. -
Uses of Item in model.item
Subclasses of Item in model.itemModifier and TypeClassDescriptionclassIncreases the user's attack power.classIncreases the user's defense.classRestores HP to the user by a specified amount, capped at maxHp.classReward granted after defeating a Goblin; randomly boosts one of 3 stats for the winner. -
Uses of Item in model.map