C# Class Landlord.Gauntlets

Inheritance: Armor
Exibir arquivo Open project: aenemenate/Landlord Class Usage Examples

Public Methods

Method Description
Activate ( Landlord.Creature user ) : void
DetermineArmorName ( ) : string
Gauntlets ( ) : System
Gauntlets ( Material material, bool enchanted, byte graphic = 229, double volume = 0.02, bool hollow = true ) : System
Gauntlets ( bool instantiating, byte graphic = 229, double volume = 0.02, bool hollow = true ) : System

Method Details

Activate() public method

public Activate ( Landlord.Creature user ) : void
user Landlord.Creature
return void

DetermineArmorName() public method

public DetermineArmorName ( ) : string
return string

Gauntlets() public method

public Gauntlets ( ) : System
return System

Gauntlets() public method

public Gauntlets ( Material material, bool enchanted, byte graphic = 229, double volume = 0.02, bool hollow = true ) : System
material Material
enchanted bool
graphic byte
volume double
hollow bool
return System

Gauntlets() public method

public Gauntlets ( bool instantiating, byte graphic = 229, double volume = 0.02, bool hollow = true ) : System
instantiating bool
graphic byte
volume double
hollow bool
return System