A B C D E F G H I J K L M N O P R S T U V W X Y Z

G

GAME - Static variable in class jurpe.system.resources.LibraryStrings
 
GameStrings - Class in jurpedemo.resources
Constant strings to be used in graphical output.
GameStrings() - Constructor for class jurpedemo.resources.GameStrings
 
GAMESTRINGSXML - Static variable in class jurpedemo.JurpeDemoConfig
Game Strings
GameWorld - Class in jurpe.world
Store variables regarding Game World, such as:
Tech Level (Medieval=3) Jobs, Monthly Pay Available Machinery
GameWorld(int) - Constructor for class jurpe.world.GameWorld
Constructor.
GENERATE - Static variable in class jurpedemo.resources.GameStrings
 
generateItem(ItemValueType, RandomNames) - Static method in class jurpe.system.commands.CreationCommands
Creates a random generated item (money or other items).
generateItem(ItemValueType) - Method in class jurpe.system.CoreCommands
Generate a random item
generateMonster(int, RandomNames) - Static method in class jurpe.system.commands.CreationCommands
Creates a random monster, with a random name.
generateMonster(int) - Method in class jurpe.system.CoreCommands
Creates a random monster, with a random name.
GENERATEN - Static variable in class jurpedemo.resources.GameStrings
 
generatePC(CharacterAttributes, Skills) - Static method in class jurpe.system.commands.CreationCommands
Creation of a new Playing Character
generatePC(CharacterAttributes) - Method in class jurpe.system.CoreCommands
Creates a new Playing Character
generatePC(CharacterAttributes, Skills, int) - Static method in class jurpe.system.JurpeUtils
Creates a Playing Character
generatePC(CharacterAttributes, Skills) - Static method in class jurpe.system.JurpeUtils
Creates a Playing Character, with default maximum points.
generateStats(int) - Static method in class jurpe.system.JurpeUtils
Generates ST,DX,IQ,HT that matches given character points
GenericCommands - Class in jurpe.system.commands
 
GenericCommands() - Constructor for class jurpe.system.commands.GenericCommands
 
getActiveDefense() - Method in class jurpe.characters.PC
Get current character active defense
getActiveDefensePoints() - Method in class jurpe.combat.Defense
Get active defense points based on character defense type.
getActiveDefensePoints(DefenseType) - Method in class jurpe.combat.Defense
Get active defense points based on given defense type.
getActiveDefenses() - Method in class jurpe.characters.PC
Get current character active defenses, first and next preferred
getActiveDefensesAvailable() - Method in class jurpe.characters.PC
Get active defenses type available for this character
getAdjustedX() - Method in class jurpe.dungeon.crawler.HexagonCalc
 
getAdjustedY() - Method in class jurpe.dungeon.crawler.HexagonCalc
 
getAdvantages() - Method in class jurpe.containers.Innates
Get available advantages.
getAffectedPC() - Method in class jurpe.system.TurnEffect
Get PC affected by this turn effect
getAge() - Method in class jurpe.characters.CharacterAttributes
Get character's age
getAll() - Method in class jurpe.containers.Innates
Get all innates advantages and disadvantages
getAllOutAttackType() - Method in class jurpe.characters.Monster
Get AllOutAttack Type.
getAllOutAttackType() - Method in class jurpe.characters.PC
All Aou Attack for this PC
getAllOutAttackType() - Method in class jurpe.characters.PCharacter
Every character must choose a type of AllOutAttack.
getAllSkills() - Method in class jurpe.characters.PCharacter
Get all skills learned by this character and their name and level.
getAltBoldMedium() - Method in class jurpedemo.GUIFont
Get alternative large bold JURPE_FONT
getAltMedium() - Method in class jurpedemo.GUIFont
Get alternative medium bold JURPE_FONT
getAmount() - Method in class jurpe.items.MoneyBag
Get the amount of money
getArmor() - Method in class jurpe.characters.Monster
Get Monster armor
getArmor(ItemValueType) - Method in class jurpe.system.generation.RandomNames
Get random generated armor name.
getArmors() - Method in class jurpe.world.Shop
Get armors in the Shop.
getAspect() - Method in class jurpe.characters.CharacterAttributes
String describing character appearance (ie: Ugly,Average, Beautiful)
getAttacks() - Method in class jurpe.items.Weapon
Return an array of String determining a long description for each available Attack
getAttackTypes() - Method in class jurpe.items.Weapon
Return Attack meta object
getAttribute(ItemValueType) - Method in class jurpe.system.generation.RandomNames
Get random generated attribute (Red, Mysty, Hungry ...).
getAvailableCommands() - Method in class jurpe.ai.MonsterAI
 
getAvailableMoney() - Method in class jurpe.containers.Inventory
Get current money available
getAvailablePoints() - Method in class jurpe.characters.PCharacter
Get Total Available Points for this PCharacter
getAvatar(Random, Dungeons) - Static method in class jurpe.dungeon.Avatar
Creates a new Avatar.
getAvatar() - Method in class jurpe.dungeon.Dungeons
Handle to Avatar
getAvatar() - Method in class jurpe.dungeon.Level
 
getAvatarBackground() - Method in class jurpe.dungeon.Avatar
Get Avatar background color
getAvatarColor() - Method in class jurpe.dungeon.Avatar
Get Avatar foreground color
getBackgroundColor() - Method in class jurpe.dungeon.PlaceHolder
Background color
getBackGroundColor(boolean) - Static method in class jurpedemo.JurpeDemoConfig
Get RGB coordinates for the 2 default GUI background colors.
getBareHandsSkill() - Method in class jurpe.characters.Monster
Get current skill in unarmed combat.
getBareHandsSkill() - Method in class jurpe.characters.PC
Get current skill in unarmed combat.
getBareHandsSkill() - Method in class jurpe.characters.PCharacter
Get current skill in unarmed combat.
getBase() - Method in class jurpe.characters.Skill
Get String saying if skill is based upon IQ,DX,COS,ST
getBasicDamage(int) - Method in class jurpe.items.Weapon
Get Basic Damage for weapon
getBlockPoints() - Method in class jurpe.characters.PCharacter
Get character block points
getBoldLarge() - Method in class jurpedemo.GUIFont
Get large bold JURPE_FONT
getBoldMedium() - Method in class jurpedemo.GUIFont
Get medium bold JURPE_FONT
getBoldSmall() - Method in class jurpedemo.GUIFont
Get small bold JURPE_FONT
getBottomRight() - Method in interface jurpe.dungeon.rpgmap.ILogicalMap
Get bottom right coordinates, relative to RpgMap, of viewport
getBottomRight() - Method in class jurpe.dungeon.rpgmap.MapView
Get bottom right coordinates, relative to RpgMap, of viewport
getBottomRight() - Method in class jurpe.dungeon.rpgmap.RpgMap
Get coordinates of Bottom/Right map point (w,h)
getByName(String) - Method in class jurpe.containers.Monsters
Get monster by name
getCategory() - Method in class name.alessiosaltarin.utils.XmlLeaf
Get category of this leaf.
getCell() - Method in class jurpe.dungeon.PlaceHolder
Get RpgMapCell in which Placeholder is
getCell(HexPoint) - Method in interface jurpe.dungeon.rpgmap.ILogicalMap
Get RpgMapCell at RpgMapCoordinates XY
getCell(short, short) - Method in class jurpe.dungeon.rpgmap.MapTiles
Get a cell
getCell(HexPoint) - Method in class jurpe.dungeon.rpgmap.MapTiles
Get a MapCell in p point hexagon coordinates
getCell(HexPoint) - Method in class jurpe.dungeon.rpgmap.MapView
Get RpgMapCell at RpgMapCoordinates XY
getCell(short, short) - Method in class jurpe.dungeon.rpgmap.MapView
Get RpgMapCell at RpgMapCoordinates XY
getCell(HexPoint) - Method in class jurpe.dungeon.rpgmap.RpgMap
Get Cell
getCell(short, short) - Method in class jurpe.dungeon.rpgmap.RpgMap
Get Cell
getCell(Cell, Direction) - Method in class jurpe.dungeon.rpgmap.RpgMap
Get RpgMapCell that is located in direction 'to' starting from 'from' Cell
getCenter() - Method in class jurpe.dungeon.crawler.Hexagon
 
getCenter() - Method in class jurpe.dungeon.rpgmap.MapView
Get current center
getCenter() - Method in class jurpe.dungeon.rpgmap.RpgMap
Get the coordinates of the center of this map
getCharacterAttributes() - Method in class jurpe.characters.BasicPC
Get Character Attributes of PC - name, height and such
getCharacterAttrs() - Method in class jurpedemo.wizards.CharacterCreation
 
getCharacterPoints() - Method in class jurpe.characters.CharacterAttributes
Return updated character points
getCharacterSkill(Skill) - Method in class jurpe.characters.PCharacter
Get a Skill learned by this character (PCharacterSkill)
getCharacterSkill(String) - Method in class jurpe.characters.PCharacter
Get a Skill learned by this character (PCharacterSkill)
getChoosenCommand() - Method in class jurpe.ai.MonsterAI
Returns a command choosen by AI
getCollectedXML() - Method in interface name.alessiosaltarin.utils.IXMLConverter
Get read XML elements as a List.
getCollectedXML() - Method in class name.alessiosaltarin.utils.SaxConverter
Get read XML elements as an ArrayList.
getCollectedXMLLeaf(String) - Method in interface name.alessiosaltarin.utils.IXMLConverter
Get read XML elements as an XmlLeaf, under a particular category.
getCollectedXMLLeaf(String) - Method in class name.alessiosaltarin.utils.SaxConverter
Get read XML elements as an XmlLeaf, under a particular category.
getColor() - Method in class jurpe.world.Location
Get default color of location
getCombat() - Method in class jurpe.system.CoreHandles
Combat is the reference to active combat, if there is one.
getCommand() - Method in class jurpe.system.commands.DungeonCommand
Get command ID
getCommonDescription() - Method in class jurpe.items.BasicItem
Returns cost and weight of an BasicItem.
getCompleteMonsterName() - Method in class jurpe.system.generation.RandomNames
Get generated a complete Monster name (attribute+name+geography)., with a default level of 100 points.
getCompleteMonsterName(int) - Method in class jurpe.system.generation.RandomNames
Get generated a complete Monster name (attribute+name+geography).
getContents() - Method in class jurpe.system.resources.English_Strings
 
getContents() - Method in class jurpedemo.resources.English_Strings
 
getCoordinates() - Method in class jurpe.dungeon.rpgmap.Cell
Get cell coordinates
getCost() - Method in class jurpe.items.BasicItem
Returns cost of object
getCost() - Method in class jurpe.system.generation.CostGenerator
Get the cost
getCostMentalSkillEasy(int, int) - Static method in class jurpe.characters.Skill
How many points you must spend to increase an Easy Mental skill.
getCostMentalSkillHard(int, int) - Static method in class jurpe.characters.Skill
How many points you must spend to increase a Hard Physical skill
getCostMentalSkillMedium(int, int) - Static method in class jurpe.characters.Skill
How many points you must spend to increase an Medium Mental skill.
getCostPerHour() - Method in class jurpe.world.Inn
Return cost per hour in $
getCostPhysicalSkillEasy(int, int) - Static method in class jurpe.characters.Skill
How many points you must spend to increase an Easy Physical skill.
getCostPhysicalSkillHard(int, int) - Static method in class jurpe.characters.Skill
How many points you must spend to increase a Hard Physical skill
getCostPhysicalSkillMedium(int, int) - Static method in class jurpe.characters.Skill
How many points you must spend to increase an Medium Physical skill.
getCrushDamage() - Method in class jurpe.characters.PCharacter
Get current Thrust Damage (description)
getCurrentArmor() - Method in class jurpe.characters.PCharacter
Get current armor.
getCurrentBottom() - Method in class jurpe.dungeon.rpgmap.MapView
 
getCurrentHexagon() - Method in class jurpe.dungeon.hexmap.HexMapGeometry
 
getCurrentHitPoints() - Method in class jurpe.characters.PrimaryStats
Current Hit Points
getCurrentHP() - Method in class jurpe.characters.BasicPC
Get character current hit points
getCurrentHP() - Method in class jurpe.characters.Monster
 
getCurrentItem() - Method in class jurpe.characters.PCharacter
Get current item
getCurrentLeft() - Method in class jurpe.dungeon.rpgmap.MapView
 
getCurrentLevel() - Method in class jurpe.dungeon.Dungeons
The level where avatar is
getCurrentMap() - Method in class jurpe.dungeon.Dungeons
Get current map
getCurrentMapLevel() - Method in class jurpe.dungeon.Dungeons
The current map level is where avatar is
getCurrentMerchantLevel() - Method in class jurpe.characters.PCharacter
Get current merchant skill level
getCurrentPlayer() - Method in class jurpe.system.TurnTable
Get current player, based upon current turn.
getCurrentRight() - Method in class jurpe.dungeon.rpgmap.MapView
 
getCurrentShield() - Method in class jurpe.characters.Monster
Monster shield.
getCurrentShield() - Method in class jurpe.characters.PCharacter
Get current shield (character wears shield)
getCurrentShieldLevel() - Method in class jurpe.characters.Monster
Monster shield level.
getCurrentShieldLevel() - Method in class jurpe.characters.PC
Get current skill level for current shield.
getCurrentShieldLevel() - Method in class jurpe.characters.PCharacter
Get current shield skill level
getCurrentTop() - Method in class jurpe.dungeon.rpgmap.MapView
 
getCurrentTurn() - Method in class jurpe.system.TurnTable
Get current turn.
getCurrentWeapon() - Method in class jurpe.characters.Monster
Monster weapon.
getCurrentWeapon() - Method in class jurpe.characters.PC
Get current weapon, if any.
getCurrentWeapon() - Method in class jurpe.characters.PCharacter
Get current weapon
getCurrentWeaponLevel() - Method in class jurpe.characters.Monster
Monster weapon SKILL level.
getCurrentWeaponLevel() - Method in class jurpe.characters.PC
Get current skill level for current weapon.
getCurrentWeaponLevel() - Method in class jurpe.characters.PCharacter
Get current weapon skill level
getCurShield() - Method in class jurpe.characters.Monster
Monster current shield
getCurShieldLevel() - Method in class jurpe.characters.Monster
Monster current shield level
getCurWeapon() - Method in class jurpe.characters.Monster
Monster current weapon
getCurWeaponLevel() - Method in class jurpe.characters.Monster
Monster current weapon level
getCustomizedCost(BasicItem) - Method in class jurpe.characters.PCharacter
When character IS BUYING an item, he will be asked for this cost because of his Merchant skill
getCustomizedPrice(BasicItem) - Method in class jurpe.characters.PCharacter
When character IS SELLING an item, he will be offered this price because of his Merchant skill
getDamageModifier() - Method in class jurpe.items.Weapon
Returns modifier of damage based on weapon mode.
getDamageResistance() - Method in class jurpe.characters.BasicPC
Get Damage Resistance
getDamageRoll() - Method in class jurpe.characters.Monster
A Monster bite depends on its ST.
getDamageRoll() - Method in class jurpe.characters.PC
Get Damage Roll
getDamageRoll() - Method in class jurpe.characters.PCharacter
Get Damage, after having made a success attack.
getDamageType() - Method in class jurpe.items.Weapon
Returns type of damage based on weapon mode.
getDefault() - Method in class jurpe.characters.Skill
Returns string for default level, ie: "DX-5"
getDemoFiles() - Static method in class jurpedemo.JurpeDemoConfig
Get absolute path of all files needed to start demo application.
getDescription() - Method in class jurpe.characters.Innate
Get Innate Ability description
getDescription() - Method in class jurpe.items.Armor
Long description
getDescription() - Method in class jurpe.items.BasicItem
Every object is able to describe himself
getDescription() - Method in class jurpe.items.Item
Long description
getDescription() - Method in class jurpe.items.MoneyBag
Get the description
getDescription() - Method in class jurpe.items.Shield
Get Long Description
getDescription(String) - Method in class jurpe.items.Weapon
Get a long description of weapon.
getDescription() - Method in class jurpe.items.Weapon
Get long description of this weapon
getDescription() - Method in class jurpe.world.Location
Get message to display when Avatar is on this location
getDifficolta() - Method in class jurpe.characters.Skill
Returns difficulty of skill (String for descriptions)
getDirection() - Method in class jurpe.dungeon.crawler.HexMapCommand
Get the Direction to move in HexMap
getDirection() - Method in class jurpe.dungeon.rpgmap.Passage
Return the direction of this passage.
getDisadvantages() - Method in class jurpe.containers.Innates
Get available disadvantages
getDisplayableCenter() - Method in class jurpe.dungeon.hexmap.HexMapView
Get the coordinates of the center in the view map as a RgpMapCell
getDisplayableEmptyRandomCell(Random, boolean) - Method in class jurpe.dungeon.hexmap.HexMapView
Get a random cell in this map.
getDodgePoints() - Method in class jurpe.characters.PCharacter
Get character dodge points
getDoor() - Method in class jurpe.dungeon.rpgmap.Passage
Get door, if any, in this passage
getDoorables() - Method in class jurpe.dungeon.rpgmap.Cell
Return all the directions in which this cell may have a door.
getDoors() - Method in class jurpe.dungeon.rpgmap.Cell
Get all directions in whose there are doors.
getDoubleValue(String) - Method in class name.alessiosaltarin.utils.XmlLeaf
Get value associated to a particular item (name)
getDR() - Method in class jurpe.items.Armor
Get Damage Resistance
getDrawer() - Method in class jurpe.dungeon.hexmap.HexMapView
Handle to Map drawer tool
getDualCombat() - Method in class jurpe.ai.MonsterAI
 
getDueFee() - Method in class jurpe.world.Inn
Get import due to pay the Inn fee.
getDungeon() - Method in class jurpe.dungeon.hexmap.HexMap
Get dungeon handles
getDungeon() - Method in class jurpe.system.CoreHandles
Handle to dungeon
getDungeonLevel(int) - Method in class jurpe.dungeon.DungeonLevels
Get the dungeon map associated with that level
getDungeonLevel(int) - Method in class jurpe.dungeon.Dungeons
Handle to Dungeon level
getDungeonLevels() - Method in class jurpe.dungeon.Dungeons
Return dungeon levels container
getDungeonMonsters() - Method in class jurpe.containers.Monsters
Dungeon Monsters
getDX() - Method in class jurpe.characters.PrimaryStats
Get character's DX
getEdge(HexMap) - Method in class jurpe.dungeon.Avatar
Get the direction in which Avatar is getting close to the perimenter
getEffect(EffectType) - Method in class jurpe.system.TurnTable
Get the modifier for a specified Effect in charge for current player
getEffectType() - Method in class jurpe.system.TurnEffect
Get Effect type of this Turn Effect
getEmptyRandomCell(boolean) - Method in class jurpe.dungeon.rpgmap.RpgMap
Get a random cell in this map that is not a wall or a special cell.
getEncumbrance() - Method in class jurpe.characters.PCharacter
Get character encumbrance
getEncumbrance() - Method in class jurpe.containers.Inventory
Get current character encumbrance
getEncumbranceLevel() - Method in class jurpe.characters.PCharacter
Encumbrance level is a measure of weight relative to strength.
getEnterMessage() - Method in class jurpe.world.Location
Get message to display when Avatar enter this location
getEntries() - Method in class jurpe.system.Log
Get log entries.
getErrorMsg() - Method in class name.alessiosaltarin.utils.FileManager
Returns error message in case of error.
getFatigue() - Method in class jurpe.characters.PrimaryStats
Get Fatigue
getFeedback() - Method in class jurpe.system.commands.DungeonCommand
Get feedback of this command
getFightee() - Method in class jurpe.combat.DualCombat
Get Fightee (first attacked) in this DualCombat
getFighter() - Method in class jurpe.combat.DualCombat
Get Fighter (first attacker) in this DualCombat
getFiles() - Static method in class jurpe.system.Config
Get absolute path of all files needed by the library.
getFirstAid(int, int) - Static method in class jurpe.system.JurpeUtils
Computes first aid gained HT points.
getFirstAidTime(int) - Static method in class jurpe.system.JurpeUtils
Time needed (in minutes) to get First Aid.
getForegroundColor() - Method in class jurpe.dungeon.PlaceHolder
Foreground color
getFormattedDannoThrust(int) - Static method in class jurpe.system.JurpeUtils
Utility to display a String with Damage caused by Thrust attack, ie: 1d-1.
getFormattedSwingDamage(int) - Static method in class jurpe.system.JurpeUtils
Utility to display a String with Damage caused by Swing attack, ie: 1d-1.
getFormattedVel() - Method in class jurpe.characters.PC
Get Character Speed
getGeography(ItemValueType) - Method in class jurpe.system.generation.RandomNames
Get random generated geography (of the Red Lands, of the Misty Mountains ...).
getGeometry() - Method in class jurpe.dungeon.hexmap.HexMap
Get geometry
getHeight() - Method in class jurpe.characters.CharacterAttributes
Get character's height
getHeight() - Method in class jurpe.dungeon.hexmap.HexMapMatrix
Get map height in number of hexagons.
getHeight() - Method in interface jurpe.dungeon.rpgmap.ILogicalMap
Viewport height
getHeight() - Method in class jurpe.dungeon.rpgmap.MapTiles
Height of RpgMap in Hexagons
getHeight() - Method in class jurpe.dungeon.rpgmap.MapView
Viewport height
getHeight() - Method in class jurpe.dungeon.rpgmap.RpgMap
Height of RpgMap in Hexagons
getHexagonCalc(Point) - Method in class jurpe.dungeon.hexmap.HexMapGeometry
Convert hexagon geometry coordinates into HexMap physical coordinates
getHexagonCenter() - Method in class jurpe.dungeon.crawler.HexagonCalc
Hexagon center pixel coordinates
getHexagonX() - Method in class jurpe.dungeon.crawler.HexagonCalc
 
getHexagonY() - Method in class jurpe.dungeon.crawler.HexagonCalc
 
getHexcellType() - Method in class jurpe.dungeon.crawler.HexagonCalc
 
getHexMap() - Method in class jurpe.dungeon.hexmap.HexMapGeometry
 
getHexMap() - Method in class jurpe.dungeon.hexmap.HexMapView
Get the HexMap control to show this view
getHexMapView() - Method in class jurpe.dungeon.hexmap.HexMap
HexMapView handle (RpgMap and HexMap methods)
getHexpartX() - Method in class jurpe.dungeon.crawler.HexagonCalc
 
getHexpartY() - Method in class jurpe.dungeon.crawler.HexagonCalc
 
getHighScores() - Method in class jurpe.game.session.HighScores
Get High Scores as an array made of Name,Date,Score.
getHighScores() - Method in class jurpe.system.CoreHandles
Gets reference to High Scores Table
getHPvsHPMAX() - Method in class jurpe.characters.PrimaryStats
Get a string [current HP]/[HP max]
getHT() - Method in class jurpe.characters.BasicPC
Return character HEALTH points (HT)
getHT() - Method in class jurpe.characters.PrimaryStats
Get character's HT
getHTHP() - Method in class jurpe.characters.Monster
If a character is a beast, he will have HT in the form HT/current HP
getHTHP() - Method in class jurpe.characters.PCharacter
If a character is human, he will have his HT value (ie: 12) If a character is a beast, he will have HT in the form HT/current HP (ie: 12/16)
getHumanFighter() - Method in class jurpe.combat.DualCombat
In a DualCombat one of the combatants could be a PCharacter.
getImageFile() - Method in class jurpe.characters.CharacterAttributes
Get character's image file without path (ie: "pic1.gif")
getImprovingSkillCost(PCharacter, int, Skill) - Static method in class jurpe.system.commands.SkillCommands
Get how much points an improvement of one level for a determinate Skill costs
getImprovingSkillCost(String) - Method in class jurpe.system.CoreCommands
Get how much points an improvement of one level for a Skill costs
getIndexAttacks(DamageMode) - Method in class jurpe.items.Weapon
If getAttacks returns 3 different types of attacks, when you pass the mode for this weapon, ie: Weapon.MODE_IMP, this method returns the position of that mode in that array.
getInfo(String) - Method in class jurpe.characters.Monster
Get verbose info
getInfo(String) - Method in class jurpe.characters.PC
Get verbose info
getInitialHitPoints() - Method in class jurpe.characters.PrimaryStats
Initial Hit Points = Hit Points may differ from HT if character is non-human
getInn() - Method in class jurpe.system.CoreHandles
Handle to inn
getInnates() - Method in class jurpe.characters.CharacterAttributes
Get character's innate skills
getInnatesPoints() - Method in class jurpe.characters.CharacterAttributes
Get the value in character points of the innated skills
getInstruction() - Method in class jurpe.dungeon.crawler.HexMapCommand
Get the Instruction associated to the command
getInstuctionID() - Method in enum jurpe.dungeon.crawler.Instruction
 
getIntBase() - Method in class jurpe.characters.Skill
Get static number for based upon, i.e.: INT_BASED, COS_BASED
getIntDifficulty() - Method in class jurpe.characters.Skill
Returns difficulty of skill (static number)
getIntValue(String) - Method in class name.alessiosaltarin.utils.XmlLeaf
Get value associated to a particular item (name)
getInventory() - Method in class jurpe.characters.PCharacter
Get reference to character inventory
getInventoryItems() - Method in class jurpe.containers.Inventory
Get ArrayList containing BasicItem available to character
getInverse(Direction) - Static method in enum jurpe.dungeon.crawler.Direction
Get the inverse direction (ie: North->South, SouthWest->NorthEast)
getIQ() - Method in class jurpe.characters.PrimaryStats
Get character's IQ
getItemIn(RpgMapPoint) - Method in class jurpe.containers.Lootables
Get the item at the specified position
getItems() - Method in class jurpe.containers.MasterShop
Get list of items (BasicItems) in this shop.
getItems(int) - Method in class jurpe.containers.MasterShop
Get a list of the first n items (BasicItems) in this shop.
getItems() - Method in class jurpe.dungeon.Level
Return the random items in this level
getItems() - Method in class jurpe.world.Shop
Get items in the Shop.
getJurpeFrame() - Method in class jurpedemo.frames.PanelGame
 
getLarge() - Method in class jurpedemo.GUIFont
Get large JURPE_FONT
getLastPosition() - Method in class jurpe.dungeon.PlaceHolder
Get Placeholder last position in RpgMap coordinates.
getLatestEntry() - Method in class jurpe.system.Log
Get the last inserted entry
getLatestRoll() - Static method in class jurpe.system.JurpeUtils
Get the latest roll of dice.
getLeftward(Direction) - Method in class jurpe.dungeon.rpgmap.CellPassages
Get the leftward passage respect to dir
getLevel() - Method in class jurpe.characters.PCharacterSkill
Returns the current level of the ability
getLevel() - Method in class jurpe.dungeon.Avatar
 
getLevel() - Method in class jurpe.dungeon.PlaceHolder
Get placeholder's level
getLevelFileName() - Method in class jurpe.dungeon.Level
Get the name that the file with this map will have.
getLevelFileName(int) - Static method in class jurpe.dungeon.Level
The name that the file with the level map will have
getLevelName() - Method in class jurpe.dungeon.Level
Name of the level (ie> Underground_02)
getLevelName(int) - Static method in class jurpe.dungeon.Level
Get the name for this level
getLocation() - Method in class jurpe.dungeon.rpgmap.Cell
 
getLog() - Method in class jurpe.combat.Combat_AllOutAttack
Get log generated by command
getLog() - Method in class jurpe.combat.Combat_AllOutDefense
Get log generated by command
getLog() - Method in class jurpe.combat.Combat_Attack
Get log generated by command
getLog() - Method in class jurpe.combat.Combat_Move
Get log generated by command
getLog() - Method in class jurpe.combat.Combat_ReadyWeapon
Get log generated by command
getLog() - Method in class jurpe.dungeon.Dungeons
Handle to Log
getLog() - Method in class jurpe.system.CommandSequence
Returns log of every command executed in this sequence.
getLog() - Method in class jurpe.system.CoreHandles
Handle to current log
getLog() - Method in interface jurpe.system.ICommand
 
getLogicalCoordinatesFromPhysical(MapView, Point) - Method in class jurpe.dungeon.hexmap.HexMapGeometry
Get logical hexagon center coordinates, given the hexagon physical coordinates
getLogItems() - Method in class jurpe.system.CommandSequence
Returns the log as a List of Strings
getMapView() - Method in class jurpe.dungeon.hexmap.HexMapView
Get Map View
getMatrix() - Method in class jurpe.dungeon.hexmap.HexMap
Get HexMap matrix
getMaxDamage() - Method in class jurpe.characters.Monster
 
getMaxDamage() - Method in class jurpe.characters.PC
Get Max Damage
getMaxDamage() - Method in class jurpe.characters.PCharacter
Get maximum damage.
getMaxDamage() - Method in class jurpe.items.Weapon
Get Weapon's max damage.
getMaxDamage(int) - Method in class jurpe.items.Weapon
Get Maximum Damage for this weapon.
getMaximumHP() - Method in class jurpe.characters.PCharacter
Playing characters have HP=HT
getMaxSwingDamage(int) - Static method in class jurpe.system.JurpeUtils
Utility to compute damage for Swing Attack when die roll is supposed to be 6.
getMaxThrustDamage(int) - Static method in class jurpe.system.JurpeUtils
Utility to compute Damage caused by Thrust attack, when die roll is supposed to be 6.
getMedium() - Method in class jurpedemo.GUIFont
Get medium JURPE_FONT
getMental() - Method in class jurpe.containers.Skills
Get Mental Skills available.
getMinimalStrength() - Method in class jurpe.items.Weapon
Get Minimal Strength to wear this weapon
getMode() - Method in class jurpe.items.Weapon
Get Selected Mode for this weapon.
getModifier() - Method in class jurpe.characters.Skill
Returns default level for skill (along with "getBase" and/or "getIntBase")
getModifier() - Method in class jurpe.combat.WeaponDamage
Get modifier for this DamageType, ie: in SWING+3 modifier is 3.
getModifier() - Method in class jurpe.system.TurnEffect
Return the numeric modifier for this effect
getMonsterFighter() - Method in class jurpe.combat.DualCombat
In a DualCombat one of the combatants could be a Monster.
getMonsterName(ItemValueType) - Method in class jurpe.system.generation.RandomNames
Get random generated monster name (kavu, donkey, dragon ...).
getMonsters() - Method in class jurpe.dungeon.Level
Monsters object collection
getMove() - Method in class jurpe.characters.PrimaryStats
Movement.
getMvmt() - Method in class jurpe.characters.Monster
Get Monster MVMT
getMvmt() - Method in class jurpe.characters.PC
Get current movement points
getMvmt() - Method in class jurpe.characters.PCharacter
Get MVMT (Movement).
getMvmtBonus() - Method in class jurpe.characters.Monster
Monster movement bonus
getName() - Method in class jurpe.characters.CharacterAttributes
Character's name
getName() - Method in class jurpe.characters.Innate
Get Innate Ability name
getName() - Method in class jurpe.characters.PC
Get Character's Name
getName() - Method in class jurpe.characters.PCharacterSkill
Returns the name of the ability
getName() - Method in class jurpe.characters.Skill
Returns name of skill
getName() - Method in class jurpe.dungeon.crawler.HexagonCalc
Get hexagon name
getName() - Method in class jurpe.dungeon.PlaceHolder
Get the name of this placeholder
getName() - Method in class jurpe.items.BasicItem
Get the name of the object
getName() - Method in class jurpe.world.Shop
Return shop name.
getName() - Method in class name.alessiosaltarin.utils.ValuedString
Get name of this ValuedString
getNames() - Method in class name.alessiosaltarin.utils.XmlLeaf
Get container of items for this leaf.
getNewEntries() - Method in class jurpe.system.Log
Get latest entries.
getNext() - Method in class jurpedemo.wizards.CharacterWizard0
 
getNext() - Method in class jurpedemo.wizards.CharacterWizard1
 
getNext() - Method in class jurpedemo.wizards.CharacterWizard2
 
getNext() - Method in class jurpedemo.wizards.CharacterWizard3
 
getNext() - Method in class jurpedemo.wizards.CharacterWizard4
 
getNext() - Method in interface jurpedemo.wizards.ICharacterWizard
 
getNextPlayer() - Method in class jurpe.system.TurnTable
Get next player, based upon current table disposition.
getNodeValue(String) - Method in class name.alessiosaltarin.utils.XMLModifier
Get a specific node value.
getNrSkills() - Method in class jurpe.characters.PCharacter
Get how many skills this character learned.
getNumberOfCorridors() - Method in class jurpe.dungeon.rpgmap.Cell
Get the number of open corridors leading out of this cell.
getNumberOfEntries() - Method in class jurpe.system.Log
Get number of log entries.
getNumberOfLevels() - Method in class jurpe.dungeon.DungeonLevels
Get number of levels
getOption() - Method in class jurpe.system.commands.DungeonCommand
Get command option
getOrderDescription() - Method in class jurpe.system.TurnTable
Get MVMT description and order of fight.
getParentFrame() - Method in class jurpedemo.wizards.CharacterCreation
 
getParryPoints() - Method in class jurpe.characters.PCharacter
Get character parry points
getPassage(Direction) - Method in class jurpe.dungeon.rpgmap.CellPassages
Get the passage in direction d
getPassages() - Method in class jurpe.dungeon.rpgmap.Cell
The passages from this cell
getPassages() - Method in class jurpe.dungeon.rpgmap.CellPassages
Get all passages
getPassiveDefense() - Method in class jurpe.characters.BasicPC
Get Passive Defense
getPassiveDefense() - Method in class jurpe.items.Shield
Get Passive Defense
getPassiveDefensePoints() - Method in class jurpe.combat.Defense
Get passive defense points based on character defense type.
getPC() - Method in class jurpe.system.CoreHandles
Handle to character
getPD() - Method in class jurpe.items.Armor
Get Passive Defense
getPerimeterEdge(RpgMapPoint) - Method in class jurpe.dungeon.rpgmap.MapView
This method returns true if the point avp is "next" to a viewport perimeter (up, down, left, right).
getPersonalScore() - Method in class jurpe.characters.PCharacter
Player personal score
getPhysical() - Method in class jurpe.containers.Skills
Get Physical Skills available
getPhysicalCenterCoordinates(int, int) - Method in class jurpe.dungeon.hexmap.HexMapGeometry
Get physical hexagon center coordinates, given some physical coordinates inside the hexagon
getPhysicalCoordinatesFromLogical(ViewMapPoint) - Method in class jurpe.dungeon.hexmap.HexMapGeometry
Get the physical center coordinates from logical coordinates
getPlaceHolder() - Method in class jurpe.dungeon.Avatar
Get Avatar's placeholder
getPlaceHolderIn(RpgMapPoint) - Method in class jurpe.dungeon.Level
Get placeholder in this level rpgmappoint
getPlaceHolders() - Method in class jurpe.containers.Lootables
Get monsters placeholder
getPlaceHolders() - Method in class jurpe.containers.Monsters
Get monsters placeholder
getPlayers() - Method in class jurpe.system.TurnTable
Get number of players
getPoints() - Method in class jurpe.characters.Innate
Get Character Points needed
getPosition() - Method in class jurpe.dungeon.PlaceHolder
Get Placeholder position in RpgMap coordinates
getPreferredActiveDefense() - Method in class jurpe.combat.Defense
Get First Active Defense choosen by defender
getPrevious() - Method in class jurpedemo.wizards.CharacterWizard0
 
getPrevious() - Method in class jurpedemo.wizards.CharacterWizard1
 
getPrevious() - Method in class jurpedemo.wizards.CharacterWizard2
 
getPrevious() - Method in class jurpedemo.wizards.CharacterWizard3
 
getPrevious() - Method in class jurpedemo.wizards.CharacterWizard4
 
getPrevious() - Method in interface jurpedemo.wizards.ICharacterWizard
 
getPrimariyStats() - Method in class jurpe.characters.CharacterAttributes
Get character's primary statistics
getPrimaryStats() - Method in class jurpe.characters.BasicPC
Return Primary Statistics of character (ST, DX, IQ and such)
getRandom(Random) - Static method in enum jurpe.dungeon.crawler.Direction
Get a random direction
getRandomCell(Random) - Method in class jurpe.dungeon.rpgmap.MapTiles
Get a random RpgMapCell
getRandomCell() - Method in class jurpe.dungeon.rpgmap.RpgMap
Get a random cell in this map
getRandomDisplayablePoint(Random) - Method in class jurpe.dungeon.hexmap.HexMapView
Get a random RpgMapPoint inside RpgMapView
getRandomPoint() - Method in class jurpe.dungeon.rpgmap.RpgMap
Get a random point inside this map
getRandomSeed() - Method in class jurpe.dungeon.Dungeons
Get random seed
getRandomSeed() - Method in class jurpe.dungeon.rpgmap.RpgMap
Return random seed.
getRandomSeed() - Method in class jurpe.system.Core
Get the unique random seed
getReduction() - Method in class jurpe.system.generation.CostGenerator
Get reduction
getReference() - Static method in class jurpe.system.Log
Return this log
getReference() - Static method in class jurpe.system.OSProps
Use this method to get to class methods
getReference() - Static method in class name.alessiosaltarin.utils.AxsRand
Get reference to the singleton class AxsRand
getReference() - Static method in class name.alessiosaltarin.utils.FileManager
Returns handle to the object (singleton)
getRightward(Direction) - Method in class jurpe.dungeon.rpgmap.CellPassages
 
getRpgMap() - Method in class jurpe.dungeon.hexmap.HexMapView
Get the RpgMap associated to this view
getRpgMap() - Method in class jurpe.dungeon.Level
Get RpgMap of this level
getScore() - Method in class jurpe.characters.PCharacter
Get current score for this character.
getSecondActiveDefense() - Method in class jurpe.combat.Defense
Get Second Active Defense choosen by defender
getSex() - Method in class jurpe.characters.CharacterAttributes
Character Sex
getSexType() - Method in class jurpe.characters.PCharacter
Every character must choose a sex
getShield(ItemValueType) - Method in class jurpe.system.generation.RandomNames
Get random generated shield name.
getShields() - Method in class jurpe.world.Shop
Get shields in the Shop.
getShop() - Method in class jurpe.system.CoreHandles
Handle to Shop
getShortDescription() - Method in class jurpe.characters.BasicPC
Get character short description following this pattern: Name: ST,DX,IQ,HT/HTmax
getShortDescription() - Method in class jurpe.characters.Monster
Get monster short description following this pattern: Name: ST,DX,IQ,HT/HTmax
getSide(Direction) - Method in class jurpe.dungeon.crawler.Hexagon
Get the coordinates of 1 side of hexagon
getSkill() - Method in class jurpe.characters.PCharacterSkill
Returns the Skill associated with this current ability.
getSkill() - Method in class jurpe.items.Weapon
Get Skill required to use this weapon
getSkillCost(Skill, PCharacter, int) - Static method in class jurpe.system.commands.SkillCommands
Get how much points a Skill costs it's valued, or the initial points needed to learn a skill
getSkillCost(String, int) - Method in class jurpe.system.CoreCommands
Get how much points a Skill costs it's valued, or the initial points needed to learn a skill
getSkillLevel(String) - Method in class jurpe.characters.PCharacter
Get PCharacter Skill Level
getSkillLevels() - Method in class jurpe.characters.PCharacter
Get player's skills
getSkills() - Method in class jurpe.system.CoreHandles
Handle to available Skills for this game
getSmall() - Method in class jurpedemo.GUIFont
Get small JURPE_FONT
getSpecialCell(LocationType) - Method in class jurpe.dungeon.rpgmap.RpgMap
Get the first found cell of the specified location type
getSpeed() - Method in class jurpe.characters.PrimaryStats
Get character's speed (HP+DX)/4
getSpentPoints() - Method in class jurpe.characters.PCharacter
Get Spent Points for this character.
getST() - Method in class jurpe.characters.PrimaryStats
Get character's ST
getStats(String) - Method in class jurpe.characters.Monster
Get info about monster statistics
getStatus() - Method in class jurpe.dungeon.furnishing.Door
Status (opened/closed/locked) of the door
getSTminusFatigue() - Method in class jurpe.characters.PrimaryStats
Get character's ST computing fatigue
getStringMode() - Method in class jurpe.items.Weapon
Get selected mode for this weapon as a string.
getSwingDamage() - Method in class jurpe.characters.PCharacter
Get current Swing Damage (description)
getSwingDamage(int) - Static method in class jurpe.system.JurpeUtils
Utility to compute damage for Swing Attack It is based on character ST
getSystem() - Method in class jurpe.dungeon.Dungeons
Get core handle
getSystem() - Method in class jurpedemo.frames.JurpeFrame
Use this method to get to business logic.
getTechLevel() - Method in class jurpe.world.GameWorld
Get technology level for this World
getThrustDamage(int) - Static method in class jurpe.system.JurpeUtils
Utility to compute Damage caused by Thrust attack, It is based on character ST
getTitleBar() - Method in class jurpedemo.wizards.CharacterCreation
 
getTopLeft() - Method in interface jurpe.dungeon.rpgmap.ILogicalMap
Get top left coordinates, relative to RpgMap, of viewport
getTopLeft() - Method in class jurpe.dungeon.rpgmap.MapView
Get top left coordinates, relative to RpgMap, of viewport
getTopLeft() - Method in class jurpe.dungeon.rpgmap.RpgMap
Get coordinates of Top/Left map point (0,0)
getTotalActiveDefenses() - Method in class jurpe.characters.Monster
Taken from GURPSLite: Dodge is the only active defense for a beast without a shield.
getTotalActiveDefenses() - Method in class jurpe.characters.PC
Get Total Active Defenses: chosen defense between dodging, blocking and parrying
getTotalActiveDefenses() - Method in class jurpe.characters.PCharacter
Get total active defense for this character.
getTotalPassiveDefenses() - Method in class jurpe.characters.Monster
Monster total passive defenses.
getTotalPassiveDefenses() - Method in class jurpe.characters.PC
Get Total Passive Defenses: armor+shield
getTotalPassiveDefenses() - Method in class jurpe.characters.PCharacter
Get total passive defense.
getTurnTable() - Method in class jurpe.combat.DualCombat
Return Turn Table associated with this DualCombat
getTurnTable() - Method in class jurpe.system.CoreHandles
Turn table is a metaphor for a table in which PCs and NPCs sit and play.
getType() - Method in class jurpe.characters.Skill
Returns type of skill (mental or physical)
getType() - Method in class jurpe.combat.WeaponDamage
Get the damage type
getType() - Method in class jurpe.dungeon.PlaceHolder
Return the type of this placeholder, what this placeholder stands for (monster, player, money...)
getType() - Method in class jurpe.items.BasicItem
Returns type of item, such as: BasicItem.WEAPON, BasicItem.ARMOR, BasicItem.SHIELD, BasicItem.OTHER or BasicItem.ITEM.
getType() - Method in class jurpe.system.EffectType
Get effect type id (ie: EffectType.IQ_MODIFIER=90)
getType() - Method in enum jurpe.system.generation.ItemValueType
Return the value of this item
getType() - Method in class jurpe.world.Location
Get type of location.
getUnspentPoints() - Method in class jurpe.characters.PCharacter
Get Unspent PCharacter Points.
getValue() - Method in enum jurpe.dungeon.crawler.Direction
Get the value of this direction
getValue() - Method in class name.alessiosaltarin.utils.ValuedString
Get value of this ValuedString
getValue(String) - Method in class name.alessiosaltarin.utils.XmlLeaf
Get value associated to a particular item (name)
getViewPosition(RpgMapPoint) - Method in class jurpe.dungeon.rpgmap.MapView
Return coordinates in view position, given the RpgMap absolute position
getWeapon() - Method in class jurpe.containers.Skills
Get Weapon Physical Skills
getWeapons(Skill, boolean) - Method in class jurpe.containers.MasterShop
Get available weapons for a given skill
getWeapons() - Method in class jurpe.world.Shop
Get weapons in the Shop.
getWeight() - Method in class jurpe.characters.CharacterAttributes
Get character's weight
getWeight() - Method in class jurpe.items.BasicItem
Returns weight of object
getWelcome() - Method in class jurpedemo.wizards.CharacterCreation
 
getWidth() - Method in class jurpe.dungeon.hexmap.HexMapMatrix
Get map width in number of hexagons.
getWidth() - Method in interface jurpe.dungeon.rpgmap.ILogicalMap
Viewport width
getWidth() - Method in class jurpe.dungeon.rpgmap.MapTiles
Width of RpgMap in Hexagons
getWidth() - Method in class jurpe.dungeon.rpgmap.MapView
Viewport width
getWidth() - Method in class jurpe.dungeon.rpgmap.RpgMap
Width of RpgMap in Hexagons
getXMLConverter() - Static method in class jurpe.system.Platform
Returns a Java Platform Independant XMLConverter
getZ() - Method in class jurpe.dungeon.Level
Get the level.
getZLevel() - Method in class jurpe.dungeon.Avatar
Get the underground level of the Avatar.
GO - Static variable in class jurpedemo.resources.GameStrings
 
GOODNNNN - Static variable in class jurpedemo.resources.GameStrings
 
GUIFont - Class in jurpedemo
Get appropriate fonts for different platforms/environments
GUIFont() - Constructor for class jurpedemo.GUIFont
Constructor.

Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net
A B C D E F G H I J K L M N O P R S T U V W X Y Z