Class VectorGeneratorCross

All Implemented Interfaces:
Provider, Refreshable

public class VectorGeneratorCross extends VectorBinaryFunctionalGenerator
A functional generator that accepts exactly two VectorProviders and returns their cross product
  • Constructor Details

    • VectorGeneratorCross

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

      public VectorGeneratorCross(VectorProvider a, VectorProvider b)
    • VectorGeneratorCross

      public VectorGeneratorCross(org.bukkit.util.Vector a, org.bukkit.util.Vector b)
    • VectorGeneratorCross

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