C# Class Landlord.Shirt

Inheritance: Armor
Mostrar archivo Open project: aenemenate/Landlord Class Usage Examples

Public Methods

Method Description
Activate ( Landlord.Creature user ) : void
DetermineArmorName ( ) : string
Shirt ( ) : System
Shirt ( Material material, bool enchanted, byte graphic = 61, double volume = 0.09, bool hollow = true ) : System
Shirt ( bool instantiating, byte graphic = 61, double volume = 0.09, 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

Shirt() public method

public Shirt ( ) : System
return System

Shirt() public method

public Shirt ( Material material, bool enchanted, byte graphic = 61, double volume = 0.09, bool hollow = true ) : System
material Material
enchanted bool
graphic byte
volume double
hollow bool
return System

Shirt() public method

public Shirt ( bool instantiating, byte graphic = 61, double volume = 0.09, bool hollow = true ) : System
instantiating bool
graphic byte
volume double
hollow bool
return System