C# Class MCLawl.PlayerList

Afficher le fichier Open project: dekema2/MCDek Class Usage Examples

Méthodes publiques

Свойство Type Description
group Group

Méthodes publiques

Méthode Description
Add ( string p ) : void
All ( ) : List
Contains ( string p ) : bool
Load ( string path, Group groupName ) : PlayerList
PlayerList ( ) : System
Remove ( string p ) : bool
Save ( ) : void
Save ( string path ) : void
Save ( string path, bool console ) : void

Method Details

Add() public méthode

public Add ( string p ) : void
p string
Résultat void

All() public méthode

public All ( ) : List
Résultat List

Contains() public méthode

public Contains ( string p ) : bool
p string
Résultat bool

Load() public static méthode

public static Load ( string path, Group groupName ) : PlayerList
path string
groupName Group
Résultat PlayerList

PlayerList() public méthode

public PlayerList ( ) : System
Résultat System

Remove() public méthode

public Remove ( string p ) : bool
p string
Résultat bool

Save() public méthode

public Save ( ) : void
Résultat void

Save() public méthode

public Save ( string path ) : void
path string
Résultat void

Save() public méthode

public Save ( string path, bool console ) : void
path string
console bool
Résultat void

Property Details

group public_oe property

public Group,MCLawl group
Résultat Group