net.sf.juoserver.model
Class Item
java.lang.Object
net.sf.juoserver.model.Item
- All Implemented Interfaces:
- UOObject
- Direct Known Subclasses:
- Container
public class Item
- extends Object
- implements UOObject
Constructor Summary |
Item(int serialId,
int modelId,
int hue)
|
Item
public Item(int serialId,
int modelId,
int hue)
getSerialId
public int getSerialId()
- Specified by:
getSerialId
in interface UOObject
getModelId
public int getModelId()
- Specified by:
getModelId
in interface UOObject
getHue
public int getHue()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
accept
public void accept(ItemVisitor itemManager)
Copyright © 2010-2012. All Rights Reserved.