C# Class Landlord.ChestPiece

Inheritance: Armor
显示文件 Open project: aenemenate/Landlord Class Usage Examples

Public Methods

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

Method Details

Activate() public method

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

ChestPiece() public method

public ChestPiece ( ) : System
return System

ChestPiece() public method

public ChestPiece ( Material material, bool enchanted, byte graphic = 240, double volume = 0.2, bool hollow = true ) : System
material Material
enchanted bool
graphic byte
volume double
hollow bool
return System

ChestPiece() public method

public ChestPiece ( bool instantiating, byte graphic = 240, double volume = 0.2, bool hollow = true ) : System
instantiating bool
graphic byte
volume double
hollow bool
return System

DetermineArmorName() public method

public DetermineArmorName ( ) : string
return string