Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
bool | Equals (ref MapTile other) |
bool | EqualsWithoutLight (ref MapTile other) |
void | Clear () |
MapTile | WithLight (byte light) |
Static Public Member Functions | |
static MapTile | Create (ushort type, byte light, byte color) |
Public Attributes | |
ushort | Type |
byte | Light |
Properties | |
bool | IsChanged [get, set] |
byte | Color [get, set] |
Private Member Functions | |
MapTile (ushort type, byte light, byte extraData) | |
Private Attributes | |
byte | _extraData |
Definition at line 3 of file MapTile.cs.