|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.starhope.appius.util.ManagedReferenceHolder
org.starhope.appius.sql.SQLPeerDatum
org.starhope.appius.user.InventoryItem
org.starhope.appius.user.GameEquipItem
public class GameEquipItem
An item which can be equipped by the player in the game world.
Field Summary |
---|
Fields inherited from class org.starhope.appius.user.InventoryItem |
---|
active, id, ownerID, slotNumber, Type_Backpacks, Type_Ceiling, Type_Ceiling_Furniture, Type_Dresses, Type_Ears, Type_Eyes, Type_Floor_Furniture, Type_Flooring, Type_Music, Type_Neck, Type_Orbitz, Type_Pants, Type_Pattern, Type_Pivitz, Type_Shirts, Type_Tops, Type_Wall_Furniture, Type_Wallpaper, typeID |
Constructor Summary | |
---|---|
GameEquipItem()
|
Method Summary | |
---|---|
protected void |
assertValidTypeID(long testTypeID)
This is an overriding method. |
protected void |
set(ResultSet rs)
|
Methods inherited from class org.starhope.appius.user.InventoryItem |
---|
asClothing, asHomeDecorItem, flush, getByID, getByID, getCacheUniqueID, getClassForThisType, getClassForType, getID, getItemClass, getMountPoint, getOwner, getOwnerID, getSlotNumber, getTypeID, getTypesOfClothing, getTypesOfFurniture, getTypesOfStructure, getTypesOfWearables, identifiesAs, isActive, isClothingOnly, isFurniture, isMusic, isPattern, isPivitz, isStructure, isWearable, setActive, setOwner, setOwnerID, setSlotNumber, setTypeID, toJSON, toString |
Methods inherited from class org.starhope.appius.sql.SQLPeerDatum |
---|
changed, findInCache, get, prepare, prepare, saveInCache, set |
Methods inherited from class org.starhope.appius.util.ManagedReferenceHolder |
---|
deref, setRef |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GameEquipItem()
Method Detail |
---|
protected void assertValidTypeID(long testTypeID) throws GameLogicException
assertValidTypeID
in class InventoryItem
testTypeID
- The type ID to be checked
GameLogicException
- if the type ID is not of the types
supported by this classInventoryItem.assertValidTypeID(long)
protected void set(ResultSet rs) throws SQLException
set
in class SQLPeerDatum
SQLException
- if the database fails somehowSQLPeerDatum.set(java.sql.ResultSet)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |