com.croftsoft.apps.chat.model
Interface ChatWorld
- All Superinterfaces:
- ChatWorldAccessor, World, WorldAccessor
- All Known Implementing Classes:
- SeriChatWorld
public interface ChatWorld
- extends World, ChatWorldAccessor
Provides methods for manipulating the Models in the game.
- Since:
- 2003-06-05
- Version:
- 2003-06-17
- Author:
- David Wallace Croft
addChatModel
void addChatModel(ChatModel chatModel)
createModel
ModelId createModel(String avatarType,
double x,
double y)
getChatModel
ChatModel getChatModel(ModelId modelId)
removeModel
boolean removeModel(ModelId modelId)
CroftSoft Apps Javadoc (2008-09-28 21:15:07)