C# Class fCraft.TNTTask

Inheritance: PhysicsTask
Afficher le fichier Open project: GlennMR/800craft

Méthodes publiques

Méthode Description
HitPlayer ( World world, Player hitted, Player by ) : void
TNTTask ( World world, Vector3I position, Player owner, bool gun, bool particles ) : System

Méthodes protégées

Méthode Description
PerformInternal ( ) : int

Private Methods

Méthode Description
CreateParticles ( ) : void
Explosion ( ) : bool
TryAddPoint ( int x, int y, int z ) : void

Method Details

HitPlayer() public méthode

public HitPlayer ( World world, Player hitted, Player by ) : void
world World
hitted Player
by Player
Résultat void

PerformInternal() protected méthode

protected PerformInternal ( ) : int
Résultat int

TNTTask() public méthode

public TNTTask ( World world, Vector3I position, Player owner, bool gun, bool particles ) : System
world World
position Vector3I
owner Player
gun bool
particles bool
Résultat System