(static) TimeSpan DefaultDecayTime( get; set; )
(static) void ProcessDeltaQueue()
(ctor) Item()
(ctor) Item( Serial serial )
(ctor) Item( int itemID )
int Amount( get; set; )
bool BlocksFit( get; )
bool CanTarget( get; )
bool Decays( get; )
TimeSpan DecayTime( get; )
bool Deleted( get; )
Direction Direction( get; set; )
bool DisplayLootType( get; )
int Hue( get; set; )
int HuedItemID( get; )
bool InSecureTrade( get; )
ItemData ItemData( get; )
int ItemID( get; set; )
ArrayList Items( get; )
int LabelNumber( get; )
DateTime LastMoved( get; set; )
Layer Layer( get; set; )
LightType Light( get; set; )
Point3D Location( get; set; )
LootType LootType( get; set; )
Map Map( get; set; )
bool Movable( get; set; )
string Name( get; set; )
bool Newbied( get; set; )
Packet OPLPacket( get; )
object Parent( get; set; )
int PileWeight( get; )
ObjectPropertyList PropertyList( get; )
Packet RemovePacket( get; )
object RootParent( get; )
Serial Serial( get; )
bool Stackable( get; set; )
int TotalGold( get; set; )
int TotalItems( get; set; )
int TotalWeight( get; set; )
bool Visible( get; set; )
double Weight( get; set; )
Packet WorldPacket( get; )
int X( get; )
int Y( get; )
int Z( get; )
virtual void AddItem( Item item )
virtual void AddLootTypeProperty( ObjectPropertyList list )
virtual void AddNameProperties( ObjectPropertyList list )
virtual void AddNameProperty( ObjectPropertyList list )
virtual bool AllowEquipedCast( Mobile from )
bool AtPoint( int x, int y )
bool AtWorldPoint( int x, int y )
void Bounce( Mobile from )
virtual bool CanEquip( Mobile m )
virtual bool CheckConflictingLayer( Mobile m, Item item, Layer layer )
virtual bool CheckItemUse( Mobile from, Item item )
virtual bool CheckLift( Mobile from, Item item )
void ClearBounce()
void Consume()
void Consume( int amount )
virtual void Delete()
void Delta( ItemDelta flags )
virtual void Deserialize( GenericReader reader )
virtual bool DropToItem( Mobile from, Item target, Point3D p )
virtual bool DropToMobile( Mobile from, Mobile target, Point3D p )
virtual bool DropToWorld( Mobile from, Point3D p )
virtual Item Dupe( int amount )
virtual Item Dupe( Item item, int amount )
virtual void GetContextMenuEntries( Mobile from, ArrayList list )
virtual int GetDropSound()
Rectangle2D GetGraphicBounds()
virtual int GetLiftSound( Mobile from )
virtual int GetMaxUpdateRange()
int GetPacketFlags()
virtual void GetProperties( ObjectPropertyList list )
SecureTradeContainer GetSecureTradeCont()
Point3D GetSurfaceTop()
virtual int GetUpdateRange( Mobile m )
Point3D GetWorldLocation()
Point3D GetWorldTop()
void Internalize()
void InvalidateProperties()
virtual bool IsAccessibleTo( Mobile check )
bool IsChildOf( object o )
bool IsChildOf( object o, bool allowNull )
virtual void LabelLootTypeTo( Mobile to )
void LabelTo( Mobile to, string text )
void LabelTo( Mobile to, int number )
void LabelTo( Mobile to, string format, object[] args )
void LabelTo( Mobile to, int number, string args )
void LabelToAffix( Mobile to, int number, AffixType type, string affix )
void LabelToAffix( Mobile to, int number, AffixType type, string affix, string args )
void MoveToWorld( Point3D location )
void MoveToWorld( Point3D location, Map map )
virtual void OnAdded( object parent )
virtual void OnAfterDelete()
virtual void OnAmountChange( int oldValue )
virtual bool OnDecay()
virtual void OnDelete()
virtual void OnDoubleClick( Mobile from )
virtual void OnDoubleClickCantSee( Mobile from )
virtual void OnDoubleClickDead( Mobile from )
virtual void OnDoubleClickNotAccessible( Mobile from )
virtual void OnDoubleClickOutOfRange( Mobile from )
virtual void OnDoubleClickSecureTrade( Mobile from )
virtual bool OnDragDrop( Mobile from, Item dropped )
virtual bool OnDragLift( Mobile from )
virtual bool OnDroppedInto( Mobile from, Container target, Point3D p )
virtual bool OnDroppedOnto( Mobile from, Item target )
virtual bool OnDroppedToMobile( Mobile from, Mobile target )
virtual bool OnDroppedToWorld( Mobile from, Point3D p )
virtual bool OnEquip( Mobile from )
virtual void OnHelpRequest( Mobile from )
virtual DeathMoveResult OnInventoryDeath( Mobile parent )
virtual void OnItemAdded( Item item )
virtual void OnItemLifted( Mobile from, Item item )
virtual void OnItemRemoved( Item item )
virtual void OnItemUsed( Mobile from, Item item )
virtual void OnLocationChange( Point3D oldLocation )
virtual void OnMapChange()
virtual void OnMovement( Mobile m )
virtual bool OnMoveOff( Mobile m )
virtual bool OnMoveOver( Mobile m )
virtual DeathMoveResult OnParentDeath( Mobile parent )
virtual void OnParentDeleted( object parent )
virtual void OnRemoved( object parent )
virtual void OnSectorActivate()
virtual void OnSectorDeactivate()
virtual void OnSecureTrade( Mobile from, Mobile to, Mobile newOwner, bool accepted )
virtual void OnSingleClick( Mobile from )
virtual void OnSingleClickContained( Mobile from, Item item )
virtual void OnSnoop( Mobile from )
virtual void OnSpeech( SpeechEventArgs e )
virtual void OnSubItemAdded( Item item )
virtual void OnSubItemRemoved( Item item )
void ProcessDelta()
void PublicOverheadMessage( MessageType type, int hue, int number )
void PublicOverheadMessage( MessageType type, int hue, int number, string args )
void PublicOverheadMessage( MessageType type, int hue, bool ascii, string text )
void RecordBounce()
void RemDelta( ItemDelta flags )
virtual void RemoveItem( Item item )
void ScissorHelper( Mobile from, Item newItem, int amountPerOldItem )
virtual void SendInfoTo( NetState state )
void SendLocalizedMessageTo( Mobile to, int number )
void SendLocalizedMessageTo( Mobile to, int number, string args )
void SendLocalizedMessageTo( Mobile to, int number, AffixType affixType, string affix, string args )
virtual void SendPropertiesTo( Mobile from )
void SendRemovePacket()
virtual void Serialize( GenericWriter writer )
void SetLastMoved()
void SetTotalGold( int value )
void SetTotalItems( int value )
void SetTotalWeight( int value )
virtual bool StackWith( Mobile from, Item dropped )
virtual void UpdateTotals()
virtual bool VerifyMove( Mobile from )