hoplugins.transfers.utils
Class PlayerRetriever

java.lang.Object
  extended byhoplugins.transfers.utils.PlayerRetriever

public final class PlayerRetriever
extends java.lang.Object

Utility to retrieve a player by an id, even if it is an old-player.

Author:
Boy van der Werf

Method Summary
static plugins.ISpieler getPlayer(int id)
          Retrieve a player by his ID.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPlayer

public static plugins.ISpieler getPlayer(int id)
Retrieve a player by his ID.

Parameters:
id - Player ID
Returns:
ISpieler interface representing the foun player or null if no player could be found.


Copyright © 2005 Hattrick Organizer Plugins Project. All Rights Reserved.