Class MaxGenerator

All Implemented Interfaces:
Provider, Refreshable

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

    • MaxGenerator

      public MaxGenerator(NumProvider... args)
    • MaxGenerator

      public MaxGenerator(List<Double> args)
    • MaxGenerator

      public MaxGenerator(double... args)
    • MaxGenerator

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

      public MaxGenerator(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