com.croftsoft.apps.chat.model.seri
Class SeriChatWorld
java.lang.Object
com.croftsoft.core.animation.model.seri.SeriWorld
com.croftsoft.apps.chat.model.seri.SeriChatWorld
- All Implemented Interfaces:
- ChatWorld, ChatWorldAccessor, World, WorldAccessor, Serializable
public final class SeriChatWorld
- extends SeriWorld
- implements ChatWorld
A Serializable ChatWorld implementation.
- Since:
- 2003-06-05
- Version:
- 2003-06-17
- See Also:
- Serialized Form
- Author:
- David Wallace Croft
Methods inherited from class com.croftsoft.core.animation.model.seri.SeriWorld |
clear, getImpassables, getImpassables, getModel, getModelAccessors, getModelAccessors, getModelClosest, getModels, getModels, getModels, getModels, isBlocked, isBlocked, isCleared, prepare, remove, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeriChatWorld
public SeriChatWorld(Consumer eventConsumer)
addChatModel
public void addChatModel(ChatModel chatModel)
- Specified by:
addChatModel
in interface ChatWorld
createModel
public ModelId createModel(String avatarType,
double x,
double y)
- Specified by:
createModel
in interface ChatWorld
getChatModel
public ChatModel getChatModel(ModelId modelId)
- Specified by:
getChatModel
in interface ChatWorld
removeModel
public boolean removeModel(ModelId modelId)
- Specified by:
removeModel
in interface ChatWorld
CroftSoft Apps Javadoc (2008-09-28 21:15:07)