|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Character | |
---|---|
net.sf.mud4j.ability | Provides interfaces and classes for abilities and applying abilities to characters, locations, etc. |
net.sf.mud4j.character | Provides interfaces and classes for characters, pooling, and implementations. |
net.sf.mud4j.effect | Provides interfaces and classes for effectable objects, effect behaviors, and implementations. |
net.sf.mud4j.world.area | Provides classes for areas and zones that can contain groups of locations. |
Uses of Character in net.sf.mud4j.ability |
---|
Fields in net.sf.mud4j.ability declared as Character | |
---|---|
protected Character |
CharacterAbility.character
|
Methods in net.sf.mud4j.ability that return Character | |
---|---|
Character |
CharacterAbility.getCharacter()
Get the character. |
Constructors in net.sf.mud4j.ability with parameters of type Character | |
---|---|
CharacterAbility(Character character)
Constructor to provide association between character and the ability. |
Uses of Character in net.sf.mud4j.character |
---|
Classes in net.sf.mud4j.character that implement Character | |
---|---|
class |
AbstractCharacter
Abstract character implementation for character implementations to implement for default functions. |
class |
NonPlayerCharacter
A non player character. |
class |
PlayerCharacter
Player character for non-autonomous characters. |
Methods in net.sf.mud4j.character that return Character | |
---|---|
Character |
CharacterPool.getCharacter()
|
Constructors in net.sf.mud4j.character with parameters of type Character | |
---|---|
PlayerCharacter(Character character,
ConnectionService connectionService)
|
Uses of Character in net.sf.mud4j.effect |
---|
Classes in net.sf.mud4j.effect that implement Character | |
---|---|
class |
CharacterEffectDecorator
Provide effects as a decorator to a character. |
Methods in net.sf.mud4j.effect with parameters of type Character | |
---|---|
void |
CharacterEffect.setCharacter(Character character)
Set the character on the object. |
void |
AbstractCharacterEffect.setCharacter(Character character)
Set the character on the object. |
Constructors in net.sf.mud4j.effect with parameters of type Character | |
---|---|
AbstractCharacterEffect(Character character)
|
|
CharacterEffectDecorator(Character character)
|
Uses of Character in net.sf.mud4j.world.area |
---|
Methods in net.sf.mud4j.world.area that return types with arguments of type Character | |
---|---|
java.util.List<Character> |
AbstractArea.getCharacters()
Retrieve list of players contained in the area. |
java.util.List<Character> |
Area.getCharacters()
Retrieve list of players contained in the area. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |