public final class ReticulatingSplines
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String[] |
RETICULATING
The list of messages as they were available in SimCity, plus Reticulating Splines added by
myself, for good measure.
|
java.lang.String[] |
SPLINES |
| Constructor and Description |
|---|
ReticulatingSplines() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull java.lang.String |
reticulate()
Retrieve a random message from
RETICULATING. |
@NotNull java.lang.String |
spline(int wordCount)
Retrieve a random message from
SPLINES. |
public final java.lang.String[] RETICULATING
public final java.lang.String[] SPLINES
@NotNull public @NotNull java.lang.String reticulate()
RETICULATING.@NotNull public @NotNull java.lang.String spline(int wordCount)
SPLINES. Kinda like a random Name generator.wordCount - The number of words the resulting string should be made up of.SPLINES.