C# Class Server.Engines.Harvest.HarvestDefinition

Mostrar archivo Open project: Grimoric/RunUO.T2A Class Usage Examples

Public Methods

Method Description
GetBank ( Server.Map map, int x, int y ) : HarvestBank
GetVeinAt ( Server.Map map, int x, int y ) : Server.Engines.Harvest.HarvestVein
GetVeinFrom ( double randomValue ) : Server.Engines.Harvest.HarvestVein
HarvestDefinition ( ) : System
SendMessageTo ( Mobile from, object message ) : void
Validate ( int tileID ) : bool

Method Details

GetBank() public method

public GetBank ( Server.Map map, int x, int y ) : HarvestBank
map Server.Map
x int
y int
return HarvestBank

GetVeinAt() public method

public GetVeinAt ( Server.Map map, int x, int y ) : Server.Engines.Harvest.HarvestVein
map Server.Map
x int
y int
return Server.Engines.Harvest.HarvestVein

GetVeinFrom() public method

public GetVeinFrom ( double randomValue ) : Server.Engines.Harvest.HarvestVein
randomValue double
return Server.Engines.Harvest.HarvestVein

HarvestDefinition() public method

public HarvestDefinition ( ) : System
return System

SendMessageTo() public method

public SendMessageTo ( Mobile from, object message ) : void
from Mobile
message object
return void

Validate() public method

public Validate ( int tileID ) : bool
tileID int
return bool