Uses of Class
wbs.utils.util.providers.generator.vector.VectorGenerator
Packages that use VectorGenerator
Package
Description
Number and Vector providers, for use in configuration and pattern generation.
Generators for
NumProvider.-
Uses of VectorGenerator in wbs.utils.util.providers
Constructors in wbs.utils.util.providers with parameters of type VectorGeneratorModifierConstructorDescriptionVectorProvider(VectorGenerator generator) Create this provider with a given, pre-configured VectorGenerator -
Uses of VectorGenerator in wbs.utils.util.providers.generator.vector
Subclasses of VectorGenerator in wbs.utils.util.providers.generator.vectorModifier and TypeClassDescriptionclassAn abstract class to do many of the operations needed for aVectorGeneratorwhen operating on exactly 2 orderedVectorProviders.classA type of VectorGenerator that takes some number of VectorProviders and operates on them to determine the valueclassA functional generator that accepts any number of arguments and returns their sumclassA functional generator that accepts exactly two VectorProviders and returns their cross productclassA functional generator that takes two or more VectorProviders and returns their productclassA generator that accepts a VectorProvider and normalizes itclassA generator that, over a defined period, returns a vector that rotates around the origin with a radius defined by a NumProvider, where the axis about which it rotates is defined by a VectorProviderclassA functional generator that accepts exactly two VectorProviders and returns the value of the first minus the value of the secondMethods in wbs.utils.util.providers.generator.vector that return VectorGeneratorModifier and TypeMethodDescriptionstatic VectorGeneratorVectorGenerator.buildGenerator(String typeString, org.bukkit.configuration.ConfigurationSection section, WbsSettings settings, String directory) Get a VectorGenerator based on a configuration sectionabstract VectorGeneratorVectorGenerator.clone()