C# Class ExampleMod.Projectiles.ElementBall

Inheritance: Terraria.ModLoader.ModProjectile
Exibir arquivo Open project: bluemagic123/tModLoader

Public Methods

Method Description
AI ( ) : void
CreateDust ( ) : void
GetColor ( ) : Color?
GetName ( ) : string
OnHitPlayer ( Player target, int damage, bool crit ) : void
PlaySound ( ) : void
SetDefaults ( ) : void

Method Details

AI() public method

public AI ( ) : void
return void

CreateDust() public method

public CreateDust ( ) : void
return void

GetColor() public method

public GetColor ( ) : Color?
return Color?

GetName() public method

public GetName ( ) : string
return string

OnHitPlayer() public method

public OnHitPlayer ( Player target, int damage, bool crit ) : void
target Terraria.Player
damage int
crit bool
return void

PlaySound() public method

public PlaySound ( ) : void
return void

SetDefaults() public method

public SetDefaults ( ) : void
return void