Uses of Class
netbattle.NetClient

Packages that use NetClient
netbattle   
 

Uses of NetClient in netbattle
 

Methods in netbattle that return NetClient
 NetClient BattleServer.getClientByName(java.lang.String name)
          Get a client by his user name.
 NetClient BattleServer.getClientByName(java.lang.String name)
          Get a client by his user name.
 

Methods in netbattle with parameters of type NetClient
 void ChatChanel.addClient(NetClient client)
          Add a client to this channel.
 void ChatChanel.addClient(NetClient client)
          Add a client to this channel.
 void NetBattleField.addClient(NetClient client, Pokemon[] team)
          Add a client to this battle field, along with his team of pokemon.
 void NetBattleField.addClient(NetClient client, Pokemon[] team)
          Add a client to this battle field, along with his team of pokemon.
 void BattleServer.banClient(NetClient mod, java.lang.String name, long date)
           
 void BattleServer.banClient(NetClient mod, java.lang.String name, long date)
           
 void BattleServer.banClient(NetClient mod, java.lang.String name, long date, java.lang.String message)
          Ban a client by name.
 void BattleServer.banClient(NetClient mod, java.lang.String name, long date, java.lang.String message)
          Ban a client by name.
 int NetBattleField.getTrainerId(NetClient client)
          Get the id in this battle field of a client.
 int NetBattleField.getTrainerId(NetClient client)
          Get the id in this battle field of a client.
 void BattleServer.kickClient(NetClient mod, java.lang.String name)
          Kick a client by name.
 void BattleServer.kickClient(NetClient mod, java.lang.String name)
          Kick a client by name.
 void BattleServer.removeClient(NetClient client)
          Remove a client.
 void ChatChanel.removeClient(NetClient client)
          Remove a client from this channel.
 void NetBattleField.removeClient(NetClient remove)
          Remove a client from this battle field.
 void NetBattleField.removeClient(NetClient remove)
          Remove a client from this battle field.
 void ChatChanel.removeClient(NetClient client)
          Remove a client from this channel.
 void BattleServer.removeClient(NetClient client)
          Remove a client.