Class VectorGeneratorMul

All Implemented Interfaces:
Provider, Refreshable

public class VectorGeneratorMul extends VectorFunctionalGenerator
A functional generator that takes two or more VectorProviders and returns their product
  • Constructor Details

    • VectorGeneratorMul

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

      public VectorGeneratorMul(VectorProvider... args)
    • VectorGeneratorMul

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

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

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