C# Class fCraft.AutoRank.AutoRankManager

Show file Open project: GlennMR/800craft

Public Properties

Property Type Description
Criteria List

Public Methods

Method Description
Add ( [ criterion ) : void

Adds a new criterion to the list. Throws an ArgumentException on duplicates.

Init ( ) : bool

Private Methods

Method Description
Check ( [ info ) : Rank
TaskCallback ( SchedulerTask schedulerTask ) : void

Method Details

Add() public static method

Adds a new criterion to the list. Throws an ArgumentException on duplicates.
public static Add ( [ criterion ) : void
criterion [
return void

Init() public static method

public static Init ( ) : bool
return bool

Property Details

Criteria public static property

public static List Criteria
return List