|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mobile | |
---|---|
net.sf.juoserver.controller | |
net.sf.juoserver.data | |
net.sf.juoserver.model | |
net.sf.juoserver.networking | |
net.sf.juoserver.protocol |
Uses of Mobile in net.sf.juoserver.controller |
---|
Methods in net.sf.juoserver.controller with parameters of type Mobile | |
---|---|
static void |
Intercom.notifyChangedClothes(Mobile wearingMobile)
Notifies that the specified mobile has changed their clothes. |
static void |
Intercom.notifyEnteredRange(Mobile enteredMobile,
UOObject targetMobile)
Notifies listeners that a mobile, enteredMobile , has entered
another mobile's, targetMobile , range. |
static void |
Intercom.notifyItemDropped(Mobile droppingMobile,
Item item,
int targetSerialId,
int targetX,
int targetY,
int targetZ)
Notifies listeners about an item being dropped. |
static void |
Intercom.notifyMovement(Mobile movingMobile)
Notifies listeners about a mobile's movement. |
static void |
Intercom.notifySpeech(Mobile speaker,
MessageType type,
int hue,
int font,
String language,
String text)
Notifies listeners about a mobile's speech. |
void |
IntercomListener.onChangedClothes(Mobile wearingMobile)
Receives the notification that the specified mobile has changed their clothes. |
void |
IntercomListener.onEnteredRange(Mobile entered,
UOObject target)
Receives an update about a mobile, entered , which enters
another mobile's, target , range. |
void |
IntercomListener.onItemDropped(Mobile droppingMobile,
Item item,
int targetSerialId,
int targetX,
int targetY,
int targetZ)
Receives the notification about an item being dropped. |
void |
IntercomListener.onOtherMobileMovement(Mobile movingMobile)
Receives an update about another mobile's movement. |
void |
IntercomListener.onOtherMobileSpeech(Mobile speaker,
MessageType type,
int hue,
int font,
String language,
String text)
Receives an update about another mobile's speech. |
Uses of Mobile in net.sf.juoserver.data |
---|
Methods in net.sf.juoserver.data that return types with arguments of type Mobile | |
---|---|
List<Mobile> |
DataManagerImpl.loadMobiles()
|
Uses of Mobile in net.sf.juoserver.model |
---|
Methods in net.sf.juoserver.model that return Mobile | |
---|---|
Mobile |
Core.findMobileByID(int serialID)
Retrieves a Mobile by its serial ID. |
Mobile |
CoreImpl.findMobileByID(int serialID)
|
Methods in net.sf.juoserver.model with parameters of type Mobile | |
---|---|
void |
Core.addMobile(Mobile mobile)
Adds a mobile. |
void |
CoreImpl.addMobile(Mobile mobile)
|
Uses of Mobile in net.sf.juoserver.networking |
---|
Methods in net.sf.juoserver.networking that return types with arguments of type Mobile | |
---|---|
List<Mobile> |
DataManager.loadMobiles()
|
Uses of Mobile in net.sf.juoserver.protocol |
---|
Methods in net.sf.juoserver.protocol with parameters of type Mobile | |
---|---|
static AbstractMessage |
MegaClilocResponse.createMobileMegaClilocResponse(Mobile mobile)
|
void |
ControllerImpl.onChangedClothes(Mobile wearingMobile)
|
void |
ControllerImpl.onEnteredRange(Mobile entered,
UOObject target)
|
void |
ControllerImpl.onItemDropped(Mobile droppingMobile,
Item item,
int targetSerialId,
int targetX,
int targetY,
int targetZ)
|
void |
ControllerImpl.onOtherMobileMovement(Mobile moving)
|
void |
ControllerImpl.onOtherMobileSpeech(Mobile speaker,
MessageType type,
int hue,
int font,
String language,
String text)
|
void |
ControllerImpl.setMobile(Mobile mobile)
|
Constructors in net.sf.juoserver.protocol with parameters of type Mobile | |
---|---|
CharacterDraw(Mobile mobile)
|
|
ClilocMessage(Mobile mobile)
|
|
DragItem(Item item,
int itemAmount,
Mobile source,
int targetSerial,
int targetX,
int targetY,
int targetZ)
|
|
DrawGamePlayer(Mobile mobile)
|
|
LookRequest(Mobile mobile)
|
|
MegaClilocRequest(Mobile mobile)
|
|
ObjectRevision(Mobile mobile)
|
|
StatusBarInfo(Mobile mobile)
|
|
UnicodeSpeech(Mobile speaker,
MessageType messageType,
int hue,
int font,
String language,
String text)
|
|
UnicodeSpeech(Mobile speaker,
UnicodeSpeechRequest request)
|
|
UpdatePlayer(Mobile mobile)
|
|
WearItem(Item item,
Mobile mobile,
Layer layer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |