C# Class Terraria.ModLoader.Default.MysteryTileInfo

Afficher le fichier Open project: bluemagic123/tModLoader Class Usage Examples

Méthodes publiques

Свойство Type Description
frameImportant bool
frameX short
frameY short
modName string
name string

Méthodes publiques

Méthode 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 méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

MysteryTileInfo() public méthode

public MysteryTileInfo ( string modName, string name ) : System.Collections.Generic
modName string
name string
Résultat System.Collections.Generic

MysteryTileInfo() public méthode

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

Save() public méthode

public Save ( ) : TagCompound
Résultat TagCompound

Property Details

frameImportant public_oe property

public bool frameImportant
Résultat bool

frameX public_oe property

public short frameX
Résultat short

frameY public_oe property

public short frameY
Résultat short

modName public_oe property

public string modName
Résultat string

name public_oe property

public string name
Résultat string