C# Class Aura.Channel.Skills.Hidden.HiddenGuildStoneSetting

Inheritance: IPreparable, ICancelable, IUseable, ICompletable
ファイルを表示 Open project: aura-project/aura

Public Methods

Method Description
Cancel ( Creature creature, Skill skill ) : void

Cancels skill.

Complete ( Creature creature, Skill skill, Packet packet ) : void

Completes skill, placing the stone.

Prepare ( Creature creature, Skill skill, Packet packet ) : bool

Prepares skill.

Use ( Creature creature, Skill skill, Packet packet ) : void

Uses skill, attempting to place the stone.

Method Details

Cancel() public method

Cancels skill.
public Cancel ( Creature creature, Skill skill ) : void
creature Aura.Channel.World.Entities.Creature
skill Skill
return void

Complete() public method

Completes skill, placing the stone.
public Complete ( Creature creature, Skill skill, Packet packet ) : void
creature Aura.Channel.World.Entities.Creature
skill Skill
packet Packet
return void

Prepare() public method

Prepares skill.
public Prepare ( Creature creature, Skill skill, Packet packet ) : bool
creature Aura.Channel.World.Entities.Creature
skill Skill
packet Packet
return bool

Use() public method

Uses skill, attempting to place the stone.
public Use ( Creature creature, Skill skill, Packet packet ) : void
creature Aura.Channel.World.Entities.Creature
skill Skill
packet Packet
return void