C# Class CalValEX.Items.Pets.CalArtifact

Inheritance: ModItem
Show file Open project: PotatoPersonThing/CalValEX

Public Methods

Method Description
AddRecipes ( ) : void
ModifyTooltips ( List tooltips ) : void
SetDefaults ( ) : void
SetStaticDefaults ( ) : void
Shoot ( Player player, Vector2 &position, float &speedX, float &speedY, int &type, int &damage, float &knockBack ) : bool
UseStyle ( Player player ) : void

Method Details

AddRecipes() public method

public AddRecipes ( ) : void
return void

ModifyTooltips() public method

public ModifyTooltips ( List tooltips ) : void
tooltips List
return void

SetDefaults() public method

public SetDefaults ( ) : void
return void

SetStaticDefaults() public method

public SetStaticDefaults ( ) : void
return void

Shoot() public method

public Shoot ( Player player, Vector2 &position, float &speedX, float &speedY, int &type, int &damage, float &knockBack ) : bool
player Player
position Microsoft.Xna.Framework.Vector2
speedX float
speedY float
type int
damage int
knockBack float
return bool

UseStyle() public method

public UseStyle ( Player player ) : void
player Player
return void