twcore.core
Class Objset

java.lang.Object
  |
  +--twcore.core.Objset

public class Objset
extends java.lang.Object


Constructor Summary
Objset()
           
 
Method Summary
 java.lang.String getObjects()
           
 java.lang.String getObjects(int playerId)
           
 void hideAllObjects()
           
 void hideAllObjects(int playerId)
           
 void hideObject(int object)
           
 void hideObject(int playerId, int object)
           
 boolean objectShown(int object)
           
 boolean objectShown(int playerId, int object)
           
 void showObject(int object)
           
 void showObject(int playerId, int object)
           
 boolean toSet()
           
 boolean toSet(int playerId)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Objset

public Objset()
Method Detail

showObject

public void showObject(int object)

showObject

public void showObject(int playerId,
                       int object)

hideObject

public void hideObject(int object)

hideObject

public void hideObject(int playerId,
                       int object)

hideAllObjects

public void hideAllObjects()

hideAllObjects

public void hideAllObjects(int playerId)

objectShown

public boolean objectShown(int object)

objectShown

public boolean objectShown(int playerId,
                           int object)

toSet

public boolean toSet()

toSet

public boolean toSet(int playerId)

getObjects

public java.lang.String getObjects()

getObjects

public java.lang.String getObjects(int playerId)