Uses of Enum Class
de.rpgframework.random.GeneratorType
Packages that use GeneratorType
-
Uses of GeneratorType in de.rpgframework.random
Subclasses with type arguments of type GeneratorType in de.rpgframework.randomMethods in de.rpgframework.random that return GeneratorTypeModifier and TypeMethodDescriptionNSCGenerator.getType()RandomGenerator.getType()static GeneratorTypeReturns the enum constant of this class with the specified name.static GeneratorType[]GeneratorType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.rpgframework.random that return types with arguments of type GeneratorTypeModifier and TypeMethodDescriptionstatic Collection<GeneratorType> RandomGeneratorRegistry.getSupportedTypes()Methods in de.rpgframework.random with parameters of type GeneratorTypeModifier and TypeMethodDescriptionstatic RandomGeneratorRandomGeneratorRegistry.findGenerator(GeneratorType type, List<Classification<?>> requires, List<ClassificationType> hints) static List<RandomGenerator> RandomGeneratorRegistry.findGenerators(GeneratorType type, List<Classification<?>> requires, List<ClassificationType> hints) static ObjectRandomGeneratorRegistry.generate(GeneratorType type, List<Classification<?>> requires, List<Classification<?>> hints, Map<GeneratorVariable, Integer> variables) static List<RandomGenerator> RandomGeneratorRegistry.getGenerators(GeneratorType type) RandomGeneratorBuilder.thatGenerates(GeneratorType type) -
Uses of GeneratorType in de.rpgframework.random.withoutnumber
Methods in de.rpgframework.random.withoutnumber that return GeneratorType