org.molwind.io
Class MolwindLocator

java.lang.Object
  extended by org.molwind.io.MolwindLocator

public final class MolwindLocator
extends java.lang.Object

MolwindLocator singleton holds the default locator.

Version:
1.0
Author:
Oliver Karch

Method Summary
static WorldLocator getLocator()
          Returns the standard world locator.
static void setLocator(WorldLocator newLocator)
          Sets the standard world locator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLocator

public static WorldLocator getLocator()
Returns the standard world locator.

Returns:
the standard world locator

setLocator

public static void setLocator(WorldLocator newLocator)
Sets the standard world locator.

Parameters:
newLocator - the new locator value


Copyright © 2008-2010. All Rights Reserved.