Package com.mg105.entities
package com.mg105.entities
-
ClassDescriptionBattle is a class which contains information about the status of a combat encounter, the participating characters, and the order in which they would move, along with a number of upgrade tokens upon victory.BattleCharacter is a class which contains the stats and other battle related information corresponding to a specific character.Consumable is an interface that should only be implemented by items that can be use on a characterA Doorway represents a single-direction connection from one room to another.A class that represents the state of the gameData for what actions player has completed, contains methods for mutating the dataAn inventory is a class that manages itemsAn item represents something that can be used in some manner to change something about the game environmentMove is a class which contains the combat properties and name of a specific move used by a specific character.OpponentSet stores a potential battle on a map.Room represents a single room in the map.TreasureChest is a class representing the treasure chests in the game.Information about the player being placed on the map.