JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
mmud.scripting
PersonsInterface
Contents
Description
Method Summary
Method Details
find(String)
Hide sidebar
Show sidebar
Interface PersonsInterface
All Known Implementing Classes:
PersonService
public interface
PersonsInterface
Author:
maartenl
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Person
find
(
String
name)
Returns the person with this specific name.
Method Details
find
Person
find
(
String
name)
Returns the person with this specific name. Person should be playing. Returns null if no player is found.
Parameters:
name
- the name of the person
Returns:
the person or null if not found