|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Location | |
---|---|
net.sf.mud4j.ability | Provides interfaces and classes for abilities and applying abilities to characters, locations, etc. |
net.sf.mud4j.effect | Provides interfaces and classes for effectable objects, effect behaviors, and implementations. |
net.sf.mud4j.world | Provides interfaces and classes for locations, areas, and worlds. |
Uses of Location in net.sf.mud4j.ability |
---|
Methods in net.sf.mud4j.ability that return Location | |
---|---|
Location |
LocationAbility.getLocation()
Get the location for the ability. |
Constructors in net.sf.mud4j.ability with parameters of type Location | |
---|---|
LocationAbility(Location location)
Constructor to create a LocationAbility to associate the ability with a location. |
Uses of Location in net.sf.mud4j.effect |
---|
Classes in net.sf.mud4j.effect that implement Location | |
---|---|
class |
LocationEffectDecorator
Provide effect decorator/wrapping around a Location . |
Methods in net.sf.mud4j.effect with parameters of type Location | |
---|---|
void |
AbstractLocationEffect.setLocation(Location location)
|
void |
LocationEffect.setLocation(Location location)
|
Constructors in net.sf.mud4j.effect with parameters of type Location | |
---|---|
AbstractLocationEffect(Location location)
|
|
LocationEffectDecorator(Location location)
Constructor to create an effect decorating a given location. |
Uses of Location in net.sf.mud4j.world |
---|
Subinterfaces of Location in net.sf.mud4j.world | |
---|---|
interface |
TileLocation
Location that represents a single tile that contains directions that link to other locations. |
Classes in net.sf.mud4j.world that implement Location | |
---|---|
class |
Room
Defines rooms interface as a location that events happen within. |
Methods in net.sf.mud4j.world with parameters of type Location | |
---|---|
void |
Placeable.place(Location to)
Move the placeable object to a location. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |