C# Class ExampleMod.Items.Placeable.ExampleTorch

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

Méthodes publiques

Méthode Description
AddRecipes ( ) : void
AutoLightSelect ( bool &dryTorch, bool &wetTorch, bool &glowstick ) : void
HoldItem ( Player player ) : void
PostUpdate ( ) : void
SetDefaults ( ) : void

Method Details

AddRecipes() public méthode

public AddRecipes ( ) : void
Résultat void

AutoLightSelect() public méthode

public AutoLightSelect ( bool &dryTorch, bool &wetTorch, bool &glowstick ) : void
dryTorch bool
wetTorch bool
glowstick bool
Résultat void

HoldItem() public méthode

public HoldItem ( Player player ) : void
player Terraria.Player
Résultat void

PostUpdate() public méthode

public PostUpdate ( ) : void
Résultat void

SetDefaults() public méthode

public SetDefaults ( ) : void
Résultat void