C# 클래스 Aura.Channel.Skills.Life.WebSpinning

상속: IPreparable, ICompletable, ICancelable
파일 보기 프로젝트 열기: aura-project/aura

공개 메소드들

메소드 설명
Cancel ( Creature creature, Skill skill ) : void

Cancels skill (do nothing).

Complete ( Creature creature, Skill skill, Aura.Shared.Network.Packet packet ) : void

Completes skill, dropping a cobweb.

Prepare ( Creature creature, Skill skill, Aura.Shared.Network.Packet packet ) : bool

Prepares skill, goes straight to use to skip readying and using it.

The client will take a moment to send the Complete packet, as if it would cast the skill first.

메소드 상세

Cancel() 공개 메소드

Cancels skill (do nothing).
public Cancel ( Creature creature, Skill skill ) : void
creature Aura.Channel.World.Entities.Creature
skill Skill
리턴 void

Complete() 공개 메소드

Completes skill, dropping a cobweb.
public Complete ( Creature creature, Skill skill, Aura.Shared.Network.Packet packet ) : void
creature Aura.Channel.World.Entities.Creature
skill Skill
packet Aura.Shared.Network.Packet
리턴 void

Prepare() 공개 메소드

Prepares skill, goes straight to use to skip readying and using it.
The client will take a moment to send the Complete packet, as if it would cast the skill first.
public Prepare ( Creature creature, Skill skill, Aura.Shared.Network.Packet packet ) : bool
creature Aura.Channel.World.Entities.Creature
skill Skill
packet Aura.Shared.Network.Packet
리턴 bool