Uses of Interface
de.rpgframework.random.RandomGenerator
Packages that use RandomGenerator
-
Uses of RandomGenerator in de.rpgframework.random
Classes in de.rpgframework.random that implement RandomGeneratorMethods in de.rpgframework.random that return RandomGeneratorModifier and TypeMethodDescriptionRandomGeneratorBuilder.build()static RandomGeneratorRandomGeneratorRegistry.findGenerator(GeneratorType type, List<de.rpgframework.classification.Classification<?>> requires, List<de.rpgframework.classification.ClassificationType> hints) Methods in de.rpgframework.random that return types with arguments of type RandomGeneratorModifier and TypeMethodDescriptionRandomGeneratorBuilder.buildChain()static List<RandomGenerator> RandomGeneratorRegistry.findGenerators(GeneratorType type, List<de.rpgframework.classification.Classification<?>> requires, List<de.rpgframework.classification.ClassificationType> hints) static List<RandomGenerator> RandomGeneratorRegistry.getGenerators(GeneratorType type) GeneratorInitializer.getGeneratorsToRegister()GenericGeneratorInitializer.getGeneratorsToRegister()Methods in de.rpgframework.random with parameters of type RandomGeneratorModifier and TypeMethodDescriptionstatic voidRandomGeneratorRegistry.register(RandomGenerator gen) voidStringGeneratorVariableValue.setGenerator(RandomGenerator generator) Constructors in de.rpgframework.random with parameters of type RandomGeneratorModifierConstructorDescriptionStringGeneratorVariableValue(RandomGenerator generator, GeneratorVariable type, String value) -
Uses of RandomGenerator in de.rpgframework.random.withoutnumber
Classes in de.rpgframework.random.withoutnumber that implement RandomGenerator