C# Class Aura.Channel.World.Dungeons.Props.Fountain

Fountain prop, as found in dungeons.
Inheritance: Aura.Channel.World.Dungeons.Props.DungeonProp
Afficher le fichier Open project: aura-project/aura

Méthodes publiques

Méthode Description
Fountain ( string name ) : Aura.Channel.Network.Sending

Creates new fountain.

TurnOff ( ) : void

Turns fountain off.

TurnOn ( ) : void

Turns fountain on.

Méthodes protégées

Méthode Description
DefaultBehavior ( Creature creature, Prop prop ) : void

Fountain's default behavior, checking state, who and how many times they used the fountain, and calling Touch.

Touch ( Creature creature ) : void

Applies random fountain effect to creature.

Method Details

DefaultBehavior() protected méthode

Fountain's default behavior, checking state, who and how many times they used the fountain, and calling Touch.
protected DefaultBehavior ( Creature creature, Prop prop ) : void
creature Aura.Channel.World.Entities.Creature
prop Aura.Channel.World.Entities.Prop
Résultat void

Fountain() public méthode

Creates new fountain.
public Fountain ( string name ) : Aura.Channel.Network.Sending
name string
Résultat Aura.Channel.Network.Sending

Touch() protected méthode

Applies random fountain effect to creature.
protected Touch ( Creature creature ) : void
creature Aura.Channel.World.Entities.Creature
Résultat void

TurnOff() public méthode

Turns fountain off.
public TurnOff ( ) : void
Résultat void

TurnOn() public méthode

Turns fountain on.
public TurnOn ( ) : void
Résultat void