jurpe.world
Class GameWorld

java.lang.Object
  extended by jurpe.world.GameWorld

public class GameWorld
extends java.lang.Object

Store variables regarding Game World, such as:

Author:
Alessio Saltarin

Constructor Summary
GameWorld(int techLev)
          Constructor.
 
Method Summary
 int getTechLevel()
          Get technology level for this World
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameWorld

public GameWorld(int techLev)
Constructor.

Parameters:
techLev - Technology level of this world
Method Detail

getTechLevel

public int getTechLevel()
Get technology level for this World

Returns:
technology level of this World

Jurpe - Java Universal Role Playing Engine - http://jurpe.sourceforge.net