C# Class ExampleMod.Items.Placeable.ExampleTorch

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

Public Methods

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

Method Details

AddRecipes() public method

public AddRecipes ( ) : void
return void

AutoLightSelect() public method

public AutoLightSelect ( bool &dryTorch, bool &wetTorch, bool &glowstick ) : void
dryTorch bool
wetTorch bool
glowstick bool
return void

HoldItem() public method

public HoldItem ( Player player ) : void
player Terraria.Player
return void

PostUpdate() public method

public PostUpdate ( ) : void
return void

SetDefaults() public method

public SetDefaults ( ) : void
return void