Index

A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

G

Game - Class in com.adventure.models
Class that represents an active game and its state.
Game(Config) - Constructor for class com.adventure.models.Game
Constructor.
Game(Config, Stage) - Constructor for class com.adventure.models.Game
Constructor
GameDeserializer - Class in com.adventure.deserializers
 
GameDeserializer() - Constructor for class com.adventure.deserializers.GameDeserializer
 
GameDeserializer(Class<?>) - Constructor for class com.adventure.deserializers.GameDeserializer
 
GameLoaderController - Class in com.adventure.controllers
Controller used to handle game loading for the first time during application lifetime.
GameLoaderController() - Constructor for class com.adventure.controllers.GameLoaderController
 
GameLoaderNode - Class in com.adventure.models.nodes
Node used for game loading.
GameLoaderNode() - Constructor for class com.adventure.models.nodes.GameLoaderNode
 
GameStorageException - Exception Class in com.adventure.exceptions
 
GameStorageException() - Constructor for exception class com.adventure.exceptions.GameStorageException
 
GameStorageException(String) - Constructor for exception class com.adventure.exceptions.GameStorageException
 
getAction() - Method in class com.adventure.models.nodes.StoryNodeLink
Action getter
getActionName() - Method in class com.adventure.models.nodes.Action
Name getter
getAdder() - Method in class com.adventure.models.items.AttackItem
Attack adder getter.
getAdder() - Method in class com.adventure.models.items.DefenceItem
Adder getter.
getAdder() - Method in interface com.adventure.models.items.Equipable
Get the adder value
getAlive() - Method in class com.adventure.models.Entity
Returns if the entity is alive.
getAppTitle() - Method in class com.adventure.config.ApplicationConfig
 
getAppTitle() - Method in interface com.adventure.config.Config
App title getter;
getArgs() - Method in class com.adventure.commands.AbstractCommand
Arguments getter.
getArgs() - Method in interface com.adventure.commands.Command
Gets a copy of the argument list.
getAssetsPath() - Static method in class com.adventure.Resources
Returns asset path is available
getAttack() - Method in interface com.adventure.models.items.Usable
Get the additional attack value.
getAttack() - Method in class com.adventure.models.items.UsableItem
 
getAttackDamage() - Method in class com.adventure.models.Entity
Returns the damage done by a player when attacking.
getAvailableDodges() - Method in class com.adventure.models.Entity
Returns the number of the dodge
getBackground(String) - Static method in class com.adventure.Resources
Returns background image.
getBackgroundPath() - Method in class com.adventure.models.nodes.Room
Background path getter.
getBaseAttack() - Method in class com.adventure.models.Stats
Base attack getter.
getBaseDefense() - Method in class com.adventure.models.Stats
Base defence getter.
getCommandClass() - Method in class com.adventure.commands.CommandMetadata
Command class getter.
getCommandMetadata(String) - Method in class com.adventure.commands.CommandParser
Returns command description.
getCommands() - Method in class com.adventure.commands.CommandParser
Returns available commands.
getCompleted() - Method in class com.adventure.models.nodes.Room
Completed getter.
getConfig() - Method in interface com.adventure.config.ApplicationContext
Gets current application config.
getConfig() - Method in class com.adventure.config.ApplicationContextProvider
Application configuration getter.
getConfigFolder() - Method in class com.adventure.config.ApplicationConfig
 
getConfigFolder() - Method in interface com.adventure.config.Config
Default setting folder
getContext() - Method in class com.adventure.commands.AbstractCommand
 
getContext() - Method in interface com.adventure.commands.Command
Gets command context.
getContext() - Method in class com.adventure.commands.CommandParser
Obtains current context.
getCurrentNode() - Method in class com.adventure.models.Game
Current node getter.
getCurrentWeight() - Method in class com.adventure.models.Inventory
Get the value of the current weight in the inventory.
getDefaultDialog() - Method in class com.adventure.models.NPC
Default dialog getter.
getDefence() - Method in interface com.adventure.models.items.Usable
Get the additional defence value.
getDefence() - Method in class com.adventure.models.items.UsableItem
 
getDescription() - Method in class com.adventure.commands.CommandMetadata
Command description getter.
getDescription() - Method in class com.adventure.models.nodes.Room
Description getter
getDisplayHeight() - Method in class com.adventure.config.ApplicationConfig
 
getDisplayHeight() - Method in interface com.adventure.config.Config
Default display height.
getDisplayWidth() - Method in class com.adventure.config.ApplicationConfig
 
getDisplayWidth() - Method in interface com.adventure.config.Config
Default display width.
getEquipedAttackItem() - Method in class com.adventure.models.Inventory
Get the equipped attack item.
getEquipedDefenceItem() - Method in class com.adventure.models.Inventory
Get the equipped defence item.
getGame() - Method in interface com.adventure.config.ApplicationContext
Game getter.
getGame() - Method in class com.adventure.config.ApplicationContextProvider
Game getter.
getGameGraph() - Method in class com.adventure.models.Game
Graph getter.
getGraphics() - Method in class com.adventure.components.Display
Returns graphical component reference.
getHp() - Method in interface com.adventure.models.items.Usable
Get the additional hp value.
getHp() - Method in class com.adventure.models.items.UsableItem
 
getHp() - Method in class com.adventure.models.Stats
Hp getter.
getId() - Method in class com.adventure.models.Game
Game id getter.
getID() - Method in class com.adventure.models.nodes.StoryNode
Get the String ID of the object
getID() - Method in class com.adventure.models.nodes.StoryNodeLink
Get String ID of the edge
getInputStream() - Method in class com.adventure.commands.AbstractCommand
Input stream getter.
getInputStream() - Method in interface com.adventure.commands.Command
Returns command stdin.
getInstance() - Static method in class com.adventure.commands.AutoCompleter
Instance getter for the singleton
getInstance() - Static method in class com.adventure.commands.CommandParser
Returns CommandParser instance.
getInstance() - Static method in class com.adventure.config.ApplicationContextProvider
Singleton getter.
getInstance() - Static method in class com.adventure.models.nodes.IdManager
Instance getter for the singleton
getInventory() - Method in class com.adventure.models.Entity
Inventory getter.
getIsEquiped() - Method in class com.adventure.models.items.AttackItem
isEquiped getter
getIsEquiped() - Method in class com.adventure.models.items.DefenceItem
isEquiped getter
getItems() - Method in class com.adventure.models.Inventory
Get a copy of the ArrayList containing all the items.
getItems() - Method in class com.adventure.models.nodes.Room
Items list getter
getKey() - Method in class com.adventure.models.nodes.StoryNodeLink
Key getter.
getLocked() - Method in class com.adventure.models.nodes.StoryNodeLink
Locked getter.
getMaxHp() - Method in class com.adventure.models.Stats
Max hp getter.
getMaxWeight() - Method in class com.adventure.models.Inventory
Get the value of max weight the inventory can handle.
getMonster() - Method in class com.adventure.models.nodes.Room
Monster getter
getMonsterAttackProbability() - Method in class com.adventure.config.ApplicationConfig
 
getMonsterAttackProbability() - Method in interface com.adventure.config.Config
Gets the probability that a monster attacks during a fight.
getMonsterDodgeProbability() - Method in class com.adventure.config.ApplicationConfig
 
getMonsterDodgeProbability() - Method in interface com.adventure.config.Config
Gets the probability that a monster dodges during a fight.
getMultiplier() - Method in class com.adventure.models.items.AttackItem
Attack factor getter.
getMultiplier() - Method in class com.adventure.models.items.DefenceItem
Defence multiplier getter.
getMultiplier() - Method in interface com.adventure.models.items.Equipable
Get the multiplier value
getName() - Method in class com.adventure.models.Entity
Returns the name of the entity.
getName() - Method in class com.adventure.models.items.Item
Get the name of the item
getName() - Method in class com.adventure.models.nodes.Room
Name getter
getNext() - Method in class com.adventure.models.nodes.IdManager
Gets counter value and automatically increments it.
getNumericID() - Method in class com.adventure.models.nodes.StoryNode
Get the numeric ID of the object
getNumericID() - Method in class com.adventure.models.nodes.StoryNodeLink
Get int ID of the edge
getPlayer() - Method in class com.adventure.models.Game
Player getter.
getPlayerMaxDodges() - Method in class com.adventure.config.ApplicationConfig
 
getPlayerMaxDodges() - Method in interface com.adventure.config.Config
Max dodges for the player.
getPlayerStats() - Method in class com.adventure.config.ApplicationConfig
 
getPlayerStats() - Method in interface com.adventure.config.Config
Default player stats getter.
getPossibleArgs() - Method in class com.adventure.commands.AbstractCommand
Gets possible args for current command.
getPossibleArgs() - Method in class com.adventure.commands.CmdAttack
 
getPossibleArgs() - Method in class com.adventure.commands.CmdBack
 
getPossibleArgs() - Method in class com.adventure.commands.CmdClear
 
getPossibleArgs() - Method in class com.adventure.commands.CmdDeleteGame
 
getPossibleArgs() - Method in class com.adventure.commands.CmdDodge
 
getPossibleArgs() - Method in class com.adventure.commands.CmdDrop
 
getPossibleArgs() - Method in class com.adventure.commands.CmdEquip
 
getPossibleArgs() - Method in class com.adventure.commands.CmdFight
 
getPossibleArgs() - Method in class com.adventure.commands.CmdHelp
 
getPossibleArgs() - Method in class com.adventure.commands.CmdListGames
 
getPossibleArgs() - Method in class com.adventure.commands.CmdLoadGame
 
getPossibleArgs() - Method in class com.adventure.commands.CmdLook
 
getPossibleArgs() - Method in class com.adventure.commands.CmdMove
 
getPossibleArgs() - Method in class com.adventure.commands.CmdNewGame
 
getPossibleArgs() - Method in class com.adventure.commands.CmdPick
 
getPossibleArgs() - Method in class com.adventure.commands.CmdRun
 
getPossibleArgs() - Method in class com.adventure.commands.CmdSaveGame
 
getPossibleArgs() - Method in class com.adventure.commands.CmdShow
 
getPossibleArgs() - Method in class com.adventure.commands.CmdUse
 
getPossibleArgs() - Method in class com.adventure.commands.CmdWai
 
getPossibleArgs() - Method in interface com.adventure.commands.Command
Get a list of all the available argument for this command (necessary for command prediction)
getPossibleArgs() - Method in class com.adventure.commands.DummyCmd
Dummy arguments.
getPreviousNode() - Method in class com.adventure.models.Game
Previous node getter.
getProperties() - Method in class com.adventure.config.ApplicationConfig
 
getProperties() - Method in interface com.adventure.config.Config
Properties getter.
getStage() - Method in class com.adventure.models.Game
Stage getter.
getStats() - Method in class com.adventure.models.Entity
Stats getter.
getStdOut() - Method in class com.adventure.components.Display
Returns stdout text content.
getStorageService() - Method in class com.adventure.config.ApplicationConfig
 
getStorageService() - Method in interface com.adventure.config.Config
Gets storage service.
getStorageServiceType() - Method in class com.adventure.config.ApplicationConfig
 
getStorageServiceType() - Method in interface com.adventure.config.Config
Gets type of storage service.
getTargetView() - Method in class com.adventure.models.nodes.StoryNode
Get the current view
getText() - Method in class com.adventure.components.Display
Get current input value.
getValue() - Method in class com.adventure.models.items.Key
Value getter.
getWeight() - Method in class com.adventure.models.items.Item
Get the weight of the item
getWriter() - Method in class com.adventure.commands.AbstractCommand
Writer getter.
getWriter() - Method in interface com.adventure.commands.Command
Gets current stdout writer.
GraphSerializer - Class in com.adventure.serializers
Class that serializes a graph
GraphSerializer() - Constructor for class com.adventure.serializers.GraphSerializer
 
GraphSerializer(Class<Graph>) - Constructor for class com.adventure.serializers.GraphSerializer
 
A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form