Class MinGenerator

All Implemented Interfaces:
Provider, Refreshable

public class MinGenerator extends FunctionalGenerator
A functional generator that takes more than two NumProviders and returns the minimum value
  • Constructor Details

    • MinGenerator

      public MinGenerator(NumProvider... args)
    • MinGenerator

      public MinGenerator(List<Double> args)
    • MinGenerator

      public MinGenerator(double... args)
    • MinGenerator

      public MinGenerator(MinGenerator clone)
      Clone constructor.
      Parameters:
      clone - The object to clone from.
    • MinGenerator

      public MinGenerator(org.bukkit.configuration.ConfigurationSection section, WbsSettings settings, String directory)
      Create this generator from a ConfigurationSection, logging errors in the given settings
      Parameters:
      section - The section where this generator is defined
      settings - The settings to log errors against
      directory - The path taken through the config to get to this point, for logging purposes
  • Method Details