net.sourceforge.worldsaver.util
Interface MiscUtils
- All Known Implementing Classes:
- Action, ActionParticle, Adventure, Area, Campaign, GeneralOptions, Loader, Namer, Names, Person, RandomEncounter, RpBase, Saver, World, MiscMethods
- public interface MiscUtils
This interface provides some useful constants.
- Version:
- 8 Dec 2000
- Author:
- Andreas Schmitz
Field Summary |
static int |
CONSOLE_WIDTH
The console width, currently always 80 (until compiled with another value). |
static java.lang.String |
NEWLINE
The system's line separator. |
static java.util.Random |
RANDOM
A Random-instance. |
RANDOM
public static final java.util.Random RANDOM
- A Random-instance.
NEWLINE
public static final java.lang.String NEWLINE
- The system's line separator.
CONSOLE_WIDTH
public static final int CONSOLE_WIDTH
- The console width, currently always 80 (until compiled with another value).