Back to Server.Engines.Harvest

Fishing : HarvestSystem

Nested Types: (Anonymous-Type)--c__DisplayClass1, MutateEntry

(static) Fishing System( get; )
(static) Map SafeMap( Map map )
(ctor) Fishing()
HarvestDefinition Definition( get; )
virtual bool BeginHarvesting( Mobile from, Item tool )
virtual bool CheckHarvest( Mobile from, Item tool )
virtual bool CheckHarvest( Mobile from, Item tool, HarvestDefinition def, object toHarvest )
virtual bool CheckResources( Mobile from, Item tool, HarvestDefinition def, Map map, Point3D loc, bool timed )
virtual Item Construct( Type type, Mobile from )
virtual object GetLock( Mobile from, Item tool, HarvestDefinition def, object toHarvest )
virtual bool Give( Mobile m, Item item, bool placeAtFeet )
virtual Type MutateType( Type type, Mobile from, Item tool, HarvestDefinition def, Map map, Point3D loc, HarvestResource resource )
virtual void OnConcurrentHarvest( Mobile from, Item tool, HarvestDefinition def, object toHarvest )
virtual void OnHarvestFinished( Mobile from, Item tool, HarvestDefinition def, HarvestVein vein, HarvestBank bank, HarvestResource resource, object harvested )
virtual void OnHarvestStarted( Mobile from, Item tool, HarvestDefinition def, object toHarvest )
virtual void SendSuccessTo( Mobile from, Item item, HarvestResource resource )
virtual bool SpecialHarvest( Mobile from, Item tool, HarvestDefinition def, Map map, Point3D loc )