C# Class Terraria.World.Generation.GenSearch

Inheritance: GenBase
Show file Open project: EmuDevs/EDTerraria Class Usage Examples

Public Properties

Property Type Description
NOT_FOUND System.Point

Public Methods

Method Description
Conditions ( ) : GenSearch
Find ( System.Point origin ) : System.Point
RequireAll ( bool mode ) : GenSearch

Protected Methods

Method Description
Check ( int x, int y ) : bool

Method Details

Check() protected method

protected Check ( int x, int y ) : bool
x int
y int
return bool

Conditions() public method

public Conditions ( ) : GenSearch
return GenSearch

Find() public abstract method

public abstract Find ( System.Point origin ) : System.Point
origin System.Point
return System.Point

RequireAll() public method

public RequireAll ( bool mode ) : GenSearch
mode bool
return GenSearch

Property Details

NOT_FOUND public static property

public static Point,System NOT_FOUND
return System.Point