C# Class MCLawl.PlayerList

Datei anzeigen Open project: dekema2/MCDek Class Usage Examples

Public Properties

Property Type Description
group Group

Public Methods

Method 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 method

public Add ( string p ) : void
p string
return void

All() public method

public All ( ) : List
return List

Contains() public method

public Contains ( string p ) : bool
p string
return bool

Load() public static method

public static Load ( string path, Group groupName ) : PlayerList
path string
groupName Group
return PlayerList

PlayerList() public method

public PlayerList ( ) : System
return System

Remove() public method

public Remove ( string p ) : bool
p string
return bool

Save() public method

public Save ( ) : void
return void

Save() public method

public Save ( string path ) : void
path string
return void

Save() public method

public Save ( string path, bool console ) : void
path string
console bool
return void

Property Details

group public_oe property

public Group,MCLawl group
return Group