universe
Interface IWorld

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Server.WorldImp, Server.WorldImpObj, Server.WorldImpSExp, Server.WorldShell

public interface IWorld
extends java.io.Serializable

Represents a World in the Universe. We assign each world a unique ID so messages can be matched and delivered.


Method Summary
 boolean equals(IWorld w)
          Is this IWorld the same as the given IWorld?
 long id()
          Get this worlds unique ID
 java.lang.String name()
          Get the registered name of this World (not necessarily unique)
 

Method Detail

name

java.lang.String name()
Get the registered name of this World (not necessarily unique)


id

long id()
Get this worlds unique ID


equals

boolean equals(IWorld w)
Is this IWorld the same as the given IWorld?