Class VectorGeneratorAdd

All Implemented Interfaces:
Provider, Refreshable

public class VectorGeneratorAdd extends VectorFunctionalGenerator
A functional generator that accepts any number of arguments and returns their sum
  • Constructor Details

    • VectorGeneratorAdd

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

      public VectorGeneratorAdd(VectorProvider... args)
    • VectorGeneratorAdd

      public VectorGeneratorAdd(List<org.bukkit.util.Vector> args)
    • VectorGeneratorAdd

      public VectorGeneratorAdd(org.bukkit.util.Vector... args)
    • VectorGeneratorAdd

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