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

D

DAMAGE - Static variable in class jurpedemo.resources.GameStrings
 
DamageMode - Enum in jurpe.combat
The damage mode constants
DAMAGES - Static variable in class jurpe.system.resources.LibraryStrings
 
DamageType - Enum in jurpe.combat
Type for kind of damage associated with a weapon.
DAMRESIST - Static variable in class jurpedemo.resources.GameStrings
 
DATPATH - Static variable in class jurpe.system.Config
Path in which application can find data (ie: xml files)
DCXMINUT - Static variable in class jurpedemo.resources.GameStrings
 
DEFACTV - Static variable in class jurpe.system.resources.LibraryStrings
 
DEFALLODF - Static variable in class jurpe.system.resources.LibraryStrings
 
DEFENDWEL - Static variable in class jurpe.system.resources.LibraryStrings
 
Defense - Class in jurpe.combat
Utility class that computes all defense points for a given character.
Defense(PC) - Constructor for class jurpe.combat.Defense
Constructor.
DEFENSESR - Static variable in class jurpe.system.resources.LibraryStrings
 
DefenseType - Enum in jurpe.combat
DefenseType util class for type of defenses.
DEFPASV - Static variable in class jurpe.system.resources.LibraryStrings
 
DELCHR - Static variable in class jurpedemo.resources.GameStrings
 
description() - Method in class jurpe.characters.Skill
Long description for skill.
deSerialize(File) - Static method in class name.alessiosaltarin.utils.Serializer
 
destroyLevelFiles() - Method in class jurpe.dungeon.DungeonLevels
Delete level files
DEX - Static variable in class jurpe.system.resources.LibraryStrings
 
DEXTERITY - Static variable in class jurpedemo.resources.GameStrings
 
Dice - Class in jurpe.system.generation
Dice.
Dice() - Constructor for class jurpe.system.generation.Dice
Constructs a six faces dice.
Dice(int) - Constructor for class jurpe.system.generation.Dice
Builds a die with "facce" faces
DICTIONARYXML - Static variable in class jurpe.system.Config
Complete path to monster dictionary
difficult - Variable in class jurpe.characters.Skill
Difficulty: easy, medium, hard
DIFFICULTY - Static variable in class jurpedemo.resources.GameStrings
 
DIG - Static variable in class jurpe.system.commands.DungeonCommand
 
Direction - Enum in jurpe.dungeon.crawler
Direction helper class.
DISADVANTAGE - Static variable in class jurpedemo.resources.GameStrings
 
DLEARNSK - Static variable in class jurpedemo.resources.GameStrings
 
DODGES - Static variable in class jurpe.system.resources.LibraryStrings
 
DODGING - Static variable in class jurpedemo.resources.GameStrings
 
doLayout() - Method in class jurpedemo.frames.PanelGame
Call refresh every doLayout
DOLPERHOUR - Static variable in class jurpe.system.resources.LibraryStrings
 
DOMUtils - Class in name.alessiosaltarin.utils
This class provides basic operations with XML files using DOM.
DOMUtils() - Constructor for class name.alessiosaltarin.utils.DOMUtils
 
Door - Class in jurpe.dungeon.furnishing
 
Door() - Constructor for class jurpe.dungeon.furnishing.Door
Constructor for a door.
DOOR_COLOR - Static variable in class jurpedemo.JurpeDemoConfig
 
DOORSPERCENTAGE - Static variable in class jurpe.system.Config
Percentage of doors in dungeon
DOUWANDRP - Static variable in class jurpedemo.resources.GameStrings
 
DQOQATTQ - Static variable in class jurpedemo.resources.GameStrings
 
drawCorridor(Graphics, RpgMapPoint, Direction) - Method in class jurpe.dungeon.hexmap.HexMapDrawing
Draw a corridor between the hexagon having center in from, toward direction
drawDebrisAndClear(Graphics, Point, Point, Color, Color) - Method in class jurpe.dungeon.hexmap.HexMapDrawing
Draw some debris in P coordinates (where P is in hexagon coordinates) and clears old point.
drawDoor(Graphics, Point, Direction, boolean) - Method in class jurpe.dungeon.hexmap.HexMapDrawing
Draw a corridor between the hexagon having center in from, toward direction
drawDungeon(Level, HexMap) - Method in class jurpe.dungeon.Dungeons
Draw dungeon into and HexMap control and connect its logic.
Drawer - Class in jurpe.dungeon.rpgmap
Display an RpgMap on an HexMap control.
Drawer(HexMapView) - Constructor for class jurpe.dungeon.rpgmap.Drawer
Constructor
drawHexagon(Graphics, Point, Color) - Method in class jurpe.dungeon.hexmap.HexMapDrawing
Draw Hexagon
drawing - Variable in class jurpe.dungeon.hexmap.HexMapGeometry
 
drawMap(Graphics) - Method in class jurpe.dungeon.rpgmap.Drawer
Draw map
drawMaze(Graphics) - Method in class jurpe.dungeon.hexmap.HexMapDrawing
Draw a maze inside hexes
drawPlaceHolder(PlaceHolder, Graphics) - Method in class jurpe.dungeon.hexmap.HexMapDrawing
Draw placeholder on map
drawPlaceHolders(Graphics, Dungeons) - Method in class jurpe.dungeon.hexmap.HexMapDrawing
Draw the placeholders in this hexmap
drawPlaceHolders(Graphics, AbstractList<PlaceHolder>) - Method in class jurpe.dungeon.hexmap.HexMapDrawing
Draw placeholders on hexmap.
drawPointAndClear(Graphics, Point, Point, Color, Color, int) - Method in class jurpe.dungeon.hexmap.HexMapDrawing
Draw a point in P coordinates (where P is in hexagon coordinates) and clears old point.
drawTriangleAndClear(Graphics, Point, Point, Color, Color) - Method in class jurpe.dungeon.hexmap.HexMapDrawing
Draw a triangle in P coordinates (where P is in hexagon coordinates) and clears old point.
DROP - Static variable in class jurpedemo.resources.GameStrings
 
DualCombat - Class in jurpe.combat
Class for combat between PCs.
DualCombat() - Constructor for class jurpe.combat.DualCombat
Creates a random, default Dual Combat for test purposes.
DualCombat(TurnTable) - Constructor for class jurpe.combat.DualCombat
Constructor.
DUNGEON_HEIGHT - Static variable in class jurpedemo.JurpeDemoConfig
 
DUNGEON_WIDTH - Static variable in class jurpedemo.JurpeDemoConfig
Dungeon hexmap dimensions
DungeonCommand - Class in jurpe.system.commands
A dungeon command is a group of constants that represent a command issued in the dungeon.
DungeonCommand(int) - Constructor for class jurpe.system.commands.DungeonCommand
Constructor
DungeonCommand(int, String) - Constructor for class jurpe.system.commands.DungeonCommand
Constructor
DungeonCommander - Class in jurpedemo.frames
Executes a command entered in a Game Panel
DungeonCommander(JurpeFrame, DungeonCommand) - Constructor for class jurpedemo.frames.DungeonCommander
Constructor
Dungeonifier - Class in jurpe.dungeon.generator
Dungeon Generator class.
Dungeonifier(Random, Log, short, short) - Constructor for class jurpe.dungeon.generator.Dungeonifier
Constructor
DungeonItem - Class in jurpe.dungeon.rpgmap
A dungeon item is a BasicItem displayable in the dungeon.
DungeonItem(BasicItem, PlaceHolder) - Constructor for class jurpe.dungeon.rpgmap.DungeonItem
A dungeon item is the composition of a Basic Item with its representation on a RpgMap, which is the PlaceHolder
DungeonLevels - Class in jurpe.dungeon
Dungeon Levels class.
DungeonLevels(Dungeons, int) - Constructor for class jurpe.dungeon.DungeonLevels
Constructor
DungeonMonster - Class in jurpe.dungeon.rpgmap
A monster's placeholder
DungeonMonster(Monster, PlaceHolder) - Constructor for class jurpe.dungeon.rpgmap.DungeonMonster
 
Dungeons - Class in jurpe.dungeon
Dungeons is a representation of a multi-level Dungeon made by maps of hexagonal cells.
Dungeons(Core) - Constructor for class jurpe.dungeon.Dungeons
Constructor
DUNWEAR - Static variable in class jurpedemo.resources.GameStrings
 
DUSE - Static variable in class jurpedemo.resources.GameStrings
 
DX_BASED - Static variable in class jurpe.characters.Skill
Based upon DX
DX_MODIFIER - Static variable in class jurpe.system.EffectType
 
DXEIYMDF - Static variable in class jurpe.system.resources.LibraryStrings
 
DZOZCETE - Static variable in class jurpedemo.resources.GameStrings
 

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