Class Persons

Object
Persons

public class Persons extends Object
Proxy to find any person who is currently playing the game.
Author:
maartenl
  • Constructor Details

  • Method Details

    • find

      public Person find(String name)
      Returns the person with this specific name. Person should be playing. Returns null if no player is found. Might be a bot.
      Parameters:
      name - the name of the person
      Returns:
      the person or null if not found