C# Class Terraria.ModLoader.Default.MysteryTileInfo

Show file Open project: bluemagic123/tModLoader Class Usage Examples

Public Properties

Property Type Description
frameImportant bool
frameX short
frameY short
modName string
name string

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MysteryTileInfo ( string modName, string name ) : System.Collections.Generic
MysteryTileInfo ( string modName, string name, short frameX, short frameY ) : System.Collections.Generic
Save ( ) : TagCompound

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MysteryTileInfo() public method

public MysteryTileInfo ( string modName, string name ) : System.Collections.Generic
modName string
name string
return System.Collections.Generic

MysteryTileInfo() public method

public MysteryTileInfo ( string modName, string name, short frameX, short frameY ) : System.Collections.Generic
modName string
name string
frameX short
frameY short
return System.Collections.Generic

Save() public method

public Save ( ) : TagCompound
return TagCompound

Property Details

frameImportant public property

public bool frameImportant
return bool

frameX public property

public short frameX
return short

frameY public property

public short frameY
return short

modName public property

public string modName
return string

name public property

public string name
return string