C# Class ExampleMod.Tiles.ExampleBlock

Inheritance: Terraria.ModLoader.ModTile
Afficher le fichier Open project: bluemagic123/tModLoader

Méthodes publiques

Méthode Description
ChangeWaterfallStyle ( int &style ) : void
ModifyLight ( int i, int j, float &r, float &g, float &b ) : void
NumDust ( int i, int j, bool fail, int &num ) : void
SaplingGrowthType ( int &style ) : int
SetDefaults ( ) : void

Method Details

ChangeWaterfallStyle() public méthode

public ChangeWaterfallStyle ( int &style ) : void
style int
Résultat void

ModifyLight() public méthode

public ModifyLight ( int i, int j, float &r, float &g, float &b ) : void
i int
j int
r float
g float
b float
Résultat void

NumDust() public méthode

public NumDust ( int i, int j, bool fail, int &num ) : void
i int
j int
fail bool
num int
Résultat void

SaplingGrowthType() public méthode

public SaplingGrowthType ( int &style ) : int
style int
Résultat int

SetDefaults() public méthode

public SetDefaults ( ) : void
Résultat void