public class Generator
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Generator.Category |
Constructor and Description |
---|
Generator() |
Modifier and Type | Method and Description |
---|---|
static Item |
random() |
static Item |
random(java.lang.Class<? extends Item> cl) |
static Item |
random(Generator.Category cat) |
static void |
reset() |
public static void reset()
public static Item random()
public static Item random(Generator.Category cat)