Package | Description |
---|---|
squidpony |
Utilities that don't fit elsewhere in SquidLib, like text manipulation, some interfaces, and compatibility code.
|
Modifier and Type | Field and Description |
---|---|
static FakeLanguageGen.Modifier |
FakeLanguageGen.Modifier.DOUBLE_CONSONANTS
For a language that has a 50% chance to repeat a single consonant.
|
static FakeLanguageGen.Modifier |
FakeLanguageGen.Modifier.DOUBLE_VOWELS
For a language that has a 40% chance to repeat a single Latin vowel (a, e, o, or a variant on one of them
like å or ö, but not merged letters like æ and œ).
|
static FakeLanguageGen.Modifier |
FakeLanguageGen.Modifier.HISS
For a character who always lengthens 's' and 'z' sounds not starting a word.
|
static FakeLanguageGen.Modifier |
FakeLanguageGen.Modifier.LISP
For a character who always pronounces 's', 'ss', and 'sh' as 'th'.
|
static FakeLanguageGen.Modifier |
FakeLanguageGen.Modifier.NO_DOUBLES
For a language that never repeats the same letter twice in a row.
|
static FakeLanguageGen.Modifier |
FakeLanguageGen.Modifier.SIMPLIFY_ARABIC |
static FakeLanguageGen.Modifier |
FakeLanguageGen.Modifier.STUTTER
For a character who has a 20% chance to repeat a starting consonant or vowel.
|
Modifier and Type | Field and Description |
---|---|
ArrayList<FakeLanguageGen.Modifier> |
FakeLanguageGen.modifiers |
Modifier and Type | Method and Description |
---|---|
static FakeLanguageGen.Modifier |
FakeLanguageGen.modifier(String pattern,
String replacement) |
static FakeLanguageGen.Modifier |
FakeLanguageGen.modifier(String pattern,
String replacement,
double chance) |
static FakeLanguageGen.Modifier |
FakeLanguageGen.Modifier.replacementTable(String initial,
String change)
Creates a Modifier that will replace the nth char in initial with the nth char in change.
|
Modifier and Type | Method and Description |
---|---|
FakeLanguageGen |
FakeLanguageGen.addModifiers(FakeLanguageGen.Modifier... mods)
Adds the specified Modifier objects to a copy of this FakeLanguageGen and returns it.
|
Modifier and Type | Method and Description |
---|---|
FakeLanguageGen |
FakeLanguageGen.addModifiers(Collection<FakeLanguageGen.Modifier> mods)
Adds the specified Modifier objects from a Collection to a copy of this FakeLanguageGen and returns it.
|
Copyright © 2012–2016. All rights reserved.