|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PC | |
|---|---|
| jurpe.characters | |
| jurpe.combat | |
| jurpe.dungeon.rpgmap | |
| jurpe.system | |
| Uses of PC in jurpe.characters |
|---|
| Subclasses of PC in jurpe.characters | |
|---|---|
class |
Monster
Type class for monster (Monster). |
class |
PCharacter
Playing Character Type |
| Uses of PC in jurpe.combat |
|---|
| Methods in jurpe.combat that return PC | |
|---|---|
PC |
DualCombat.getFightee()
Get Fightee (first attacked) in this DualCombat |
PC |
DualCombat.getFighter()
Get Fighter (first attacker) in this DualCombat |
| Methods in jurpe.combat with parameters of type PC | |
|---|---|
void |
DualCombat.setFighters(PC fighter,
PC fightee)
Set fighters. |
| Constructors in jurpe.combat with parameters of type PC | |
|---|---|
Defense(PC character)
Constructor. |
|
| Uses of PC in jurpe.dungeon.rpgmap |
|---|
| Subclasses of PC in jurpe.dungeon.rpgmap | |
|---|---|
class |
DungeonMonster
A monster's placeholder |
| Uses of PC in jurpe.system |
|---|
| Methods in jurpe.system that return PC | |
|---|---|
PC |
TurnEffect.getAffectedPC()
Get PC affected by this turn effect |
PC |
TurnTable.getCurrentPlayer()
Get current player, based upon current turn. |
PC |
TurnTable.getNextPlayer()
Get next player, based upon current table disposition. |
| Methods in jurpe.system with parameters of type PC | |
|---|---|
void |
TurnTable.addEffect(PC player,
EffectType et,
int modifier,
short nT)
Add an effect to a particular player with a duration of nT turns |
static int |
JurpeUtils.computeCharacterPoints(PC pc)
Computes character points. |
static long |
JurpeUtils.lootMoney(PC monster,
float percentile)
Returns a sum function of monster character points. |
void |
TurnTable.subscribe(PC player)
Add players (either PC or NPC) to the table. |
void |
TurnTable.unsubscribe(PC player)
Remove player (either PC or NPC) from table |
| Constructors in jurpe.system with parameters of type PC | |
|---|---|
TurnEffect(PC affected,
EffectType et,
int mod,
short turns)
Contruct a new Turn Effect |
|
|
Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||