Uses of Class
net.sf.juoserver.model.Item

Packages that use Item
net.sf.juoserver.controller   
net.sf.juoserver.model   
net.sf.juoserver.protocol   
 

Uses of Item in net.sf.juoserver.controller
 

Methods in net.sf.juoserver.controller with parameters of type Item
static void Intercom.notifyItemDropped(Mobile droppingMobile, Item item, int targetSerialId, int targetX, int targetY, int targetZ)
          Notifies listeners about an item being dropped.
 void IntercomListener.onItemDropped(Mobile droppingMobile, Item item, int targetSerialId, int targetX, int targetY, int targetZ)
          Receives the notification about an item being dropped.
 

Uses of Item in net.sf.juoserver.model
 

Subclasses of Item in net.sf.juoserver.model
 class Container
           
 

Methods in net.sf.juoserver.model that return Item
 Item Core.findItemByID(int serialID)
          Retrieves an Item by its serial ID.
 Item CoreImpl.findItemByID(int serialID)
           
 Item Mobile.getItemByLayer(Layer layer)
           
 

Methods in net.sf.juoserver.model that return types with arguments of type Item
 Map<Layer,Item> Mobile.getItems()
           
 List<Item> Container.getItems()
           
 

Methods in net.sf.juoserver.model with parameters of type Item
 Layer Mobile.getLayer(Item item)
           
 void Mobile.removeItem(Item item)
           
 void Mobile.setItemOnLayer(Layer layer, Item item)
           
 void ItemVisitor.visit(Item item)
           
 

Constructor parameters in net.sf.juoserver.model with type arguments of type Item
Container(int serialId, int modelId, int hue, int gumpId, List<Item> items)
           
 

Uses of Item in net.sf.juoserver.protocol
 

Methods in net.sf.juoserver.protocol with parameters of type Item
static AbstractMessage MegaClilocResponse.createItemMegaClilocResponse(Item item)
           
 void ControllerImpl.onItemDropped(Mobile droppingMobile, Item item, int targetSerialId, int targetX, int targetY, int targetZ)
           
 List<Message> ItemManager.use(Item item)
           
 void ItemManager.visit(Item item)
           
 

Constructors in net.sf.juoserver.protocol with parameters of type Item
ClilocMessage(Item item)
           
DragItem(Item item, int itemAmount, Mobile source, int targetSerial, int targetX, int targetY, int targetZ)
           
ObjectInfo(Item item, int x, int y, int z)
           
ObjectRevision(Item item)
           
WearItem(Item item, Mobile mobile, Layer layer)
           
 



Copyright © 2010-2012. All Rights Reserved.