Method | Description | |
---|---|---|
BeginHarvesting ( Mobile from, Item tool ) : bool | ||
CheckHarvest ( Mobile from, Item tool ) : bool | ||
CheckHarvest ( Mobile from, Item tool, |
||
CheckResources ( Mobile from, Item tool, |
||
Construct ( |
||
GetLock ( Mobile from, Item tool, |
||
Give ( Mobile m, Item item, bool placeAtFeet ) : bool | ||
MutateType ( |
||
OnConcurrentHarvest ( Mobile from, Item tool, |
||
OnHarvestStarted ( Mobile from, Item tool, |
||
SendSuccessTo ( Mobile from, Item item, Server.Engines.Harvest.HarvestResource resource ) : void |
Method | Description | |
---|---|---|
Fishing ( ) : System | ||
SafeMap ( Map map ) : Map |
public BeginHarvesting ( Mobile from, Item tool ) : bool | ||
from | Mobile | |
tool | Item | |
return | bool |
public CheckHarvest ( Mobile from, Item tool ) : bool | ||
from | Mobile | |
tool | Item | |
return | bool |
public CheckHarvest ( Mobile from, Item tool, |
||
from | Mobile | |
tool | Item | |
def | ||
toHarvest | object | |
return | bool |
public CheckResources ( Mobile from, Item tool, |
||
from | Mobile | |
tool | Item | |
def | ||
map | Map | |
loc | Point3D | |
timed | bool | |
return | bool |
public Construct ( |
||
type | ||
from | Mobile | |
return | Item |
public GetLock ( Mobile from, Item tool, |
||
from | Mobile | |
tool | Item | |
def | ||
toHarvest | object | |
return | object |
public Give ( Mobile m, Item item, bool placeAtFeet ) : bool | ||
m | Mobile | |
item | Item | |
placeAtFeet | bool | |
return | bool |
public MutateType ( |
||
type | ||
from | Mobile | |
tool | Item | |
def | ||
map | Map | |
loc | Point3D | |
resource | Server.Engines.Harvest.HarvestResource | |
return |
public OnConcurrentHarvest ( Mobile from, Item tool, |
||
from | Mobile | |
tool | Item | |
def | ||
toHarvest | object | |
return | void |
public OnHarvestStarted ( Mobile from, Item tool, |
||
from | Mobile | |
tool | Item | |
def | ||
toHarvest | object | |
return | void |
public SendSuccessTo ( Mobile from, Item item, Server.Engines.Harvest.HarvestResource resource ) : void | ||
from | Mobile | |
item | Item | |
resource | Server.Engines.Harvest.HarvestResource | |
return | void |