@Environment(value=CLIENT) public class NameGenerator extends Object
| Modifier and Type | Field and Description |
|---|---|
private static String[] |
PREFIX |
private static String[] |
SUFFIX |
| Constructor and Description |
|---|
NameGenerator() |
| Modifier and Type | Method and Description |
|---|---|
private static String |
getRandom(Random random,
String[] options) |
static String |
name(UUID uuid) |
private static Random |
randomFromUuid(UUID uuid) |