C# Class Dischord.MapCell

Mostrar archivo Open project: jbrownbridge/Dischord Class Usage Examples

Public Methods

Method Description
MapCell ( ) : System
MapCell ( MapCellType type ) : System
MapCell ( char c ) : System
addEntity ( Entity e ) : void
clearEntities ( ) : void
cost ( ) : int
setType ( char c ) : void
toChar ( ) : char

Method Details

MapCell() public method

public MapCell ( ) : System
return System

MapCell() public method

public MapCell ( MapCellType type ) : System
type MapCellType
return System

MapCell() public method

public MapCell ( char c ) : System
c char
return System

addEntity() public method

public addEntity ( Entity e ) : void
e Entity
return void

clearEntities() public method

public clearEntities ( ) : void
return void

cost() public method

public cost ( ) : int
return int

setType() public method

public setType ( char c ) : void
c char
return void

toChar() public method

public toChar ( ) : char
return char