Class SeedGeneratorPreferenceList.Builder
- java.lang.Object
-
- io.github.pr0methean.betterrandom.seed.SeedGeneratorPreferenceList.Builder
-
- Enclosing class:
- SeedGeneratorPreferenceList
public static class SeedGeneratorPreferenceList.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(SeedGenerator... seedGenerators)
void
addAll(Iterable<? extends SeedGenerator> seedGenerators)
SeedGeneratorPreferenceList
build()
void
setAlwaysWorthTrying(boolean alwaysWorthTrying)
-
-
-
Method Detail
-
build
public SeedGeneratorPreferenceList build()
-
add
public void add(SeedGenerator... seedGenerators)
-
addAll
public void addAll(Iterable<? extends SeedGenerator> seedGenerators)
-
setAlwaysWorthTrying
public void setAlwaysWorthTrying(boolean alwaysWorthTrying)
-
-