C# Class Terraria.ModLoader.ModWaterStyle

Mostrar archivo Open project: JavidPack/TerraCustom Class Usage Examples

Public Methods

Method Description
Autoload ( string &name, string &texture, string &blockTexture ) : bool
BiomeHairColor ( ) : Color
ChooseWaterStyle ( ) : bool
ChooseWaterfallStyle ( ) : int
GetDropletGore ( ) : int
GetSplashDust ( ) : int
LightColorMultiplier ( float &r, float &g, float &b ) : void

Method Details

Autoload() public method

public Autoload ( string &name, string &texture, string &blockTexture ) : bool
name string
texture string
blockTexture string
return bool

BiomeHairColor() public method

public BiomeHairColor ( ) : Color
return Color

ChooseWaterStyle() public method

public ChooseWaterStyle ( ) : bool
return bool

ChooseWaterfallStyle() public abstract method

public abstract ChooseWaterfallStyle ( ) : int
return int

GetDropletGore() public abstract method

public abstract GetDropletGore ( ) : int
return int

GetSplashDust() public abstract method

public abstract GetSplashDust ( ) : int
return int

LightColorMultiplier() public method

public LightColorMultiplier ( float &r, float &g, float &b ) : void
r float
g float
b float
return void