JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
mmud.scripting
RoomsInterface
Contents
Description
Method Summary
Method Details
find(Long)
Hide sidebar
Show sidebar
Interface RoomsInterface
public interface
RoomsInterface
Author:
maartenl
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Room
find
(
Long
id)
Returns the room with this specific id.
Method Details
find
Room
find
(
Long
id)
Returns the room with this specific id. Returns null if no room is found.
Parameters:
id
- the id of the room
Returns:
the room or null, if not found.