C# Class Terraria.Map.MapTile

Exibir arquivo Open project: EmuDevs/EDTerraria Class Usage Examples

Public Properties

Property Type Description
Light byte
Type ushort

Public Methods

Method Description
Clear ( ) : void
Create ( ushort type, byte light, byte color ) : MapTile
Equals ( MapTile &other ) : bool
EqualsWithoutLight ( MapTile &other ) : bool
WithLight ( byte light ) : MapTile

Private Methods

Method Description
MapTile ( ushort type, byte light, byte extraData )

Method Details

Clear() public method

public Clear ( ) : void
return void

Create() public static method

public static Create ( ushort type, byte light, byte color ) : MapTile
type ushort
light byte
color byte
return MapTile

Equals() public method

public Equals ( MapTile &other ) : bool
other MapTile
return bool

EqualsWithoutLight() public method

public EqualsWithoutLight ( MapTile &other ) : bool
other MapTile
return bool

WithLight() public method

public WithLight ( byte light ) : MapTile
light byte
return MapTile

Property Details

Light public_oe property

public byte Light
return byte

Type public_oe property

public ushort Type
return ushort