Method | Description | |
---|---|---|
AddRecipes ( ) : void | ||
AltFunctionUse ( |
||
CanUseItem ( |
||
MeleeEffects ( |
||
OnHitNPC ( |
||
SetDefaults ( ) : void | ||
Shoot ( |
public AltFunctionUse ( |
||
player | ||
return | bool |
public CanUseItem ( |
||
player | ||
return | bool |
public MeleeEffects ( |
||
player | ||
hitbox | ||
return | void |
public OnHitNPC ( |
||
player | ||
target | Terraria.NPC | |
damage | int | |
knockBack | float | |
crit | bool | |
return | void |
public Shoot ( |
||
player | ||
position | Vector2 | |
speedX | float | |
speedY | float | |
type | int | |
damage | int | |
knockBack | float | |
return | bool |