C# Class MCDawn.CmdCone

Inheritance: MCDawn.Command
Afficher le fichier Open project: jonnyli1125/MCDawn

Méthodes publiques

Méthode Description
CreateCone ( Player p, byte type, ConeType coneType, ushort radius, ushort verticalExpansion ) : void
Distance ( double x1, double y1, double z1, double x2, double y2, double z2 ) : double
Execute ( Player p, List buffer, byte type ) : void
Help ( Player p ) : void
Use ( Player p, string message ) : void

Method Details

CreateCone() public méthode

public CreateCone ( Player p, byte type, ConeType coneType, ushort radius, ushort verticalExpansion ) : void
p Player
type byte
coneType ConeType
radius ushort
verticalExpansion ushort
Résultat void

Distance() public méthode

public Distance ( double x1, double y1, double z1, double x2, double y2, double z2 ) : double
x1 double
y1 double
z1 double
x2 double
y2 double
z2 double
Résultat double

Execute() public méthode

public Execute ( Player p, List buffer, byte type ) : void
p Player
buffer List
type byte
Résultat void

Help() public méthode

public Help ( Player p ) : void
p Player
Résultat void

Use() public méthode

public Use ( Player p, string message ) : void
p Player
message string
Résultat void