Uses of Class
de.rpgframework.random.RandomGeneratorBuilder
Packages that use RandomGeneratorBuilder
-
Uses of RandomGeneratorBuilder in de.rpgframework.random
Methods in de.rpgframework.random that return RandomGeneratorBuilderModifier and TypeMethodDescriptionstatic RandomGeneratorBuilderRandomGenerator.builder()RandomGeneratorBuilder.forRules(de.rpgframework.core.RoleplayingSystem rules) RandomGeneratorBuilder.forSetting(de.rpgframework.world.World world) RandomGeneratorBuilder.optionallySupportsHints(de.rpgframework.classification.ClassificationType... hints) RandomGeneratorBuilder.optionallySupportsHints(List<de.rpgframework.classification.ClassificationType> hints) RandomGeneratorBuilder.thatGenerates(GeneratorType type) RandomGeneratorBuilder.thatSupports(de.rpgframework.classification.Classification<?>... requires)