C# Class MCDawn.PushBallTeam

Afficher le fichier Open project: jonnyli1125/MCDawn Class Usage Examples

Méthodes publiques

Свойство Type Description
color char
goalPositions List
level MCDawn.Level
players List
points int
spawns List
spawnset bool
teamstring string

Méthodes publiques

Méthode Description
AddMember ( Player p ) : void
AddSpawn ( ushort x, ushort y, ushort z, ushort rotx, ushort roty ) : void
GetColorBlock ( char color ) : byte
RemoveMember ( Player p ) : void
SpawnPlayer ( Player p ) : void

Method Details

AddMember() public méthode

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

AddSpawn() public méthode

public AddSpawn ( ushort x, ushort y, ushort z, ushort rotx, ushort roty ) : void
x ushort
y ushort
z ushort
rotx ushort
roty ushort
Résultat void

GetColorBlock() public static méthode

public static GetColorBlock ( char color ) : byte
color char
Résultat byte

RemoveMember() public méthode

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

SpawnPlayer() public méthode

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

Property Details

color public_oe property

public char color
Résultat char

goalPositions public_oe property

public List goalPositions
Résultat List

level public_oe property

public Level,MCDawn level
Résultat MCDawn.Level

players public_oe property

public List players
Résultat List

points public_oe property

public int points
Résultat int

spawns public_oe property

public List spawns
Résultat List

spawnset public_oe property

public bool spawnset
Résultat bool

teamstring public_oe property

public string teamstring
Résultat string