Uses of Class
wbs.utils.util.providers.NumProvider
Packages that use NumProvider
Package
Description
Primarily implementations of
WbsParticleEffect for
shaped particle effects in the world.Number and Vector providers, for use in configuration and pattern generation.
Generators for
NumProvider.Generators for
NumProvider.-
Uses of NumProvider in wbs.utils.util.particles
Fields in wbs.utils.util.particles declared as NumProviderModifier and TypeFieldDescriptionprotected NumProviderWbsParticleEffect.amountprotected NumProviderCircleParticleEffect.radiusprotected NumProviderCircleParticleEffect.rotationprotected NumProviderVelocityParticleEffect.speedprotected NumProviderVelocityParticleEffect.variationMethods in wbs.utils.util.particles that return NumProviderModifier and TypeMethodDescriptionWbsParticleEffect.getAmountProvider()Gets the amount provider directly.ElectricParticleEffect.getArcLengthProvider()Gets the arc length directlyCircleParticleEffect.getRadiusProvider()ElectricParticleEffect.getRadiusProvider()Gets the radius provider directlyLineParticleEffect.getRadiusProvider()Gets the radius provider directlyCircleParticleEffect.getRotationProvider()ElectricParticleEffect.getSpeedProvider()Gets the speed provider directlyLineParticleEffect.getSpeedProvider()Gets the speed provider directlyNormalParticleEffect.getSpeedProvider()Gets the speed provider directlyVelocityParticleEffect.getSpeedProvider()VelocityParticleEffect.getVariationProvider()NormalParticleEffect.getXProvider()Gets the x provider directlyNormalParticleEffect.getYProvider()Gets the y provider directlyNormalParticleEffect.getZProvider()Gets the z provider directlyMethods in wbs.utils.util.particles with parameters of type NumProviderModifier and TypeMethodDescriptionWbsParticleEffect.setAmount(NumProvider amount) ElectricParticleEffect.setArcLength(NumProvider arcLength) Set the arc length directlyCircleParticleEffect.setRadius(NumProvider radius) ElectricParticleEffect.setRadius(NumProvider radius) Set the radius provider directlyLineParticleEffect.setRadius(NumProvider radius) Set the radius provider directlyCircleParticleEffect.setRotation(NumProvider rotation) Set the rotation as a provider directlyCuboidParticleEffect.setRotation(NumProvider rotation) Set the rotation provider directlyElectricParticleEffect.setSpeed(NumProvider speed) Set the speed provider directlyLineParticleEffect.setSpeed(NumProvider speed) Set the speed provider directlyNormalParticleEffect.setSpeed(NumProvider speed) Set the speed provider directlyVelocityParticleEffect.setSpeed(NumProvider speed) ElectricParticleEffect.setTicks(NumProvider ticks) Set the ticks provider directlyVelocityParticleEffect.setVariation(NumProvider variation) CuboidParticleEffect.setX(NumProvider x) Set the provider for the region in the X axisNormalParticleEffect.setX(NumProvider x) Set the X size provider directlyCuboidParticleEffect.setXYZ(NumProvider size) Set the provider to be used for allNormalParticleEffect.setXYZ(NumProvider size) Set the provider of all axes directlyCuboidParticleEffect.setY(NumProvider y) Set the size of the region in the Y axisNormalParticleEffect.setY(NumProvider y) Set the Y size provider directlyCuboidParticleEffect.setZ(NumProvider z) Set the size of the region in the Z axisNormalParticleEffect.setZ(NumProvider z) Set the Z size provider directly -
Uses of NumProvider in wbs.utils.util.particles.data
Constructors in wbs.utils.util.particles.data with parameters of type NumProviderModifierConstructorDescriptionDustOptionsProvider(@NotNull VectorProvider colourProvider, NumProvider sizeProvider, DustOptionsProvider.ColourType type) -
Uses of NumProvider in wbs.utils.util.providers
Constructors in wbs.utils.util.providers with parameters of type NumProviderModifierConstructorDescriptionNumProvider(NumProvider clone) Clone constructor.VectorProvider(NumProvider x, NumProvider y, NumProvider z) Create this vector provider with given NumProviders directly -
Uses of NumProvider in wbs.utils.util.providers.generator.num
Fields in wbs.utils.util.providers.generator.num declared as NumProviderModifier and TypeFieldDescriptionprotected NumProviderBinaryFunctionalGenerator.aprotected NumProviderBinaryFunctionalGenerator.bFields in wbs.utils.util.providers.generator.num with type parameters of type NumProviderConstructors in wbs.utils.util.providers.generator.num with parameters of type NumProviderModifierConstructorDescriptionAbsGenerator(NumProvider value) AdditionGenerator(NumProvider... args) ClampGenerator(NumProvider min, NumProvider max, NumProvider value) CycleGenerator(NumProvider start, NumProvider end, NumProvider period, double initialProgress) FunctionalGenerator(NumProvider... args) MaxGenerator(NumProvider... args) MinGenerator(NumProvider... args) MultiplicationGenerator(NumProvider... args) PingPongGenerator(NumProvider min, NumProvider max, NumProvider period, double initialProgress) PulseGenerator(NumProvider min, NumProvider max, NumProvider period, double initialProgress) -
Uses of NumProvider in wbs.utils.util.providers.generator.vector
Constructors in wbs.utils.util.providers.generator.vector with parameters of type NumProviderModifierConstructorDescriptionVectorGeneratorRotate(VectorProvider about, NumProvider period, NumProvider radius, double initialProgress)