Uses of Interface
net.jetrix.winlist.Winlist

Packages that use Winlist
net.jetrix.winlist   
 

Uses of Winlist in net.jetrix.winlist
 

Classes in net.jetrix.winlist that implement Winlist
 class SimpleWinlist
          A standard winlist using the same scoring as the original TetriNET : the winner gets 3 points if there was 3 or more players (or different teams) involved in the game, 2 points otherwise; the second gets 1 point if there was 5 or more players in the game.
 class TetrixWinlist
          A winlist compatible with the tetrinetx winlist format.
 

Methods in net.jetrix.winlist that return Winlist
 Winlist WinlistManager.getWinlist(String id)
          Return the winlist with the specified id.
 

Methods in net.jetrix.winlist that return types with arguments of type Winlist
 Collection<Winlist> WinlistManager.getWinlists()
          Return the registered winlists
 

Methods in net.jetrix.winlist with parameters of type Winlist
protected  void WinlistManager.addWinlist(Winlist winlist)
          Register a new winlist.
 



Copyright © 2001-2010. All Rights Reserved.