Class VectorGeneratorNormalise

java.lang.Object
wbs.utils.util.providers.generator.vector.VectorGenerator
wbs.utils.util.providers.generator.vector.VectorGeneratorNormalise
All Implemented Interfaces:
Provider, Refreshable

public class VectorGeneratorNormalise extends VectorGenerator
A generator that accepts a VectorProvider and normalizes it
  • Constructor Details

    • VectorGeneratorNormalise

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

      public VectorGeneratorNormalise(VectorProvider value)
    • VectorGeneratorNormalise

      public VectorGeneratorNormalise(org.bukkit.util.Vector value)
    • VectorGeneratorNormalise

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