Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

simplegame
Class SimpleRPZone  view SimpleRPZone download SimpleRPZone.java

java.lang.Object
  extended bymarauroa.game.MarauroaRPZone
      extended bysimplegame.SimpleRPZone
All Implemented Interfaces:
marauroa.game.RPZone

public class SimpleRPZone
extends marauroa.game.MarauroaRPZone


Nested Class Summary
 
Nested classes inherited from class marauroa.game.RPZone
marauroa.game.RPZone.Perception, marauroa.game.RPZone.RPObjectInvalidException, marauroa.game.RPZone.RPObjectNotFoundException
 
Field Summary
private  java.util.List deletedList
           
 
Fields inherited from class marauroa.game.MarauroaRPZone
 
Constructor Summary
SimpleRPZone()
           
 
Method Summary
 marauroa.game.RPZone.Perception getPerception(marauroa.game.RPObject.ID id)
           
 marauroa.game.RPZone.Perception getPerception(marauroa.game.RPObject.ID id, byte type)
           
 
Methods inherited from class marauroa.game.MarauroaRPZone
add, create, get, has, iterator, modify, nextTurn, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

deletedList

private java.util.List deletedList
Constructor Detail

SimpleRPZone

public SimpleRPZone()
Method Detail

getPerception

public marauroa.game.RPZone.Perception getPerception(marauroa.game.RPObject.ID id,
                                                     byte type)

getPerception

public marauroa.game.RPZone.Perception getPerception(marauroa.game.RPObject.ID id)