Uses of Class
net.minecraft.util.valueproviders.FloatProvider
Packages that use FloatProvider
Package
Description
-
Uses of FloatProvider in net.minecraft.client.resources.sounds
Fields in net.minecraft.client.resources.sounds declared as FloatProviderModifier and TypeFieldDescriptionprivate static final FloatProviderSoundEventRegistrationSerializer.DEFAULT_FLOAT -
Uses of FloatProvider in net.minecraft.util.valueproviders
Classes in net.minecraft.util.valueproviders with type parameters of type FloatProviderSubclasses of FloatProvider in net.minecraft.util.valueprovidersModifier and TypeClassDescriptionclassclassclassclassFields in net.minecraft.util.valueproviders with type parameters of type FloatProviderModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<FloatProvider> FloatProvider.CODECprivate static final com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<Float, FloatProvider>> FloatProvider.CONSTANT_OR_DISPATCH_CODECMethods in net.minecraft.util.valueproviders with type parameters of type FloatProviderMethods in net.minecraft.util.valueproviders that return types with arguments of type FloatProviderModifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec<FloatProvider> FloatProvider.codec(float minInclusive, float maxInclusive) Creates a codec for a FloatProvider that only accepts numbers in the given range. -
Uses of FloatProvider in net.minecraft.world.item.enchantment.effects
Fields in net.minecraft.world.item.enchantment.effects declared as FloatProviderModifier and TypeFieldDescriptionprivate final FloatProviderSpawnParticlesEffect.VelocitySource.baseThe field for thebaserecord component.private final FloatProviderPlaySoundEffect.pitchThe field for thepitchrecord component.private final FloatProviderSpawnParticlesEffect.speedThe field for thespeedrecord component.private final FloatProviderPlaySoundEffect.volumeThe field for thevolumerecord component.Methods in net.minecraft.world.item.enchantment.effects that return FloatProviderModifier and TypeMethodDescriptionSpawnParticlesEffect.VelocitySource.base()Returns the value of thebaserecord component.PlaySoundEffect.pitch()Returns the value of thepitchrecord component.SpawnParticlesEffect.speed()Returns the value of thespeedrecord component.PlaySoundEffect.volume()Returns the value of thevolumerecord component.Methods in net.minecraft.world.item.enchantment.effects with parameters of type FloatProviderConstructors in net.minecraft.world.item.enchantment.effects with parameters of type FloatProviderModifierConstructorDescriptionPlaySoundEffect(Holder<SoundEvent> soundEvent, FloatProvider volume, FloatProvider pitch) Creates an instance of aPlaySoundEffectrecord class.SpawnParticlesEffect(ParticleOptions particle, SpawnParticlesEffect.PositionSource horizontalPosition, SpawnParticlesEffect.PositionSource verticalPosition, SpawnParticlesEffect.VelocitySource horizontalVelocity, SpawnParticlesEffect.VelocitySource verticalVelocity, FloatProvider speed) Creates an instance of aSpawnParticlesEffectrecord class.VelocitySource(float movementScale, FloatProvider base) Creates an instance of aVelocitySourcerecord class. -
Uses of FloatProvider in net.minecraft.world.level.levelgen.carver
Fields in net.minecraft.world.level.levelgen.carver declared as FloatProviderModifier and TypeFieldDescriptionfinal FloatProviderCanyonCarverConfiguration.CanyonShapeConfiguration.distanceFactor(package private) final FloatProviderCaveCarverConfiguration.floorLevelfinal FloatProviderCanyonCarverConfiguration.CanyonShapeConfiguration.horizontalRadiusFactorfinal FloatProviderCaveCarverConfiguration.horizontalRadiusMultiplierfinal FloatProviderCanyonCarverConfiguration.CanyonShapeConfiguration.thicknessfinal FloatProviderCaveCarverConfiguration.verticalRadiusMultiplierfinal FloatProviderCanyonCarverConfiguration.verticalRotationfinal FloatProviderCarverConfiguration.yScaleConstructors in net.minecraft.world.level.levelgen.carver with parameters of type FloatProviderModifierConstructorDescriptionCanyonCarverConfiguration(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, CarverDebugSettings debugSettings, HolderSet<Block> replaceable, FloatProvider verticalRotation, CanyonCarverConfiguration.CanyonShapeConfiguration shape) CanyonCarverConfiguration(CarverConfiguration config, FloatProvider verticalRotation, CanyonCarverConfiguration.CanyonShapeConfiguration shape) CanyonShapeConfiguration(FloatProvider distanceFactor, FloatProvider thickness, int widthSmoothness, FloatProvider horizontalRadiusFactor, float verticalRadiusDefaultFactor, float verticalRadiusCenterFactor) CarverConfiguration(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, CarverDebugSettings debugSettings, HolderSet<Block> replaceable) CaveCarverConfiguration(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, HolderSet<Block> replaceable, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel) CaveCarverConfiguration(float probability, HeightProvider y, FloatProvider yScale, VerticalAnchor lavaLevel, CarverDebugSettings debugSettings, HolderSet<Block> replaceable, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel) CaveCarverConfiguration(CarverConfiguration config, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel) -
Uses of FloatProvider in net.minecraft.world.level.levelgen.feature
Methods in net.minecraft.world.level.levelgen.feature with parameters of type FloatProviderModifier and TypeMethodDescriptionprivate static LargeDripstoneFeature.LargeDripstoneLargeDripstoneFeature.makeDripstone(BlockPos root, boolean pointingUp, RandomSource random, int radius, FloatProvider bluntnessBase, FloatProvider scaleBase) Constructors in net.minecraft.world.level.levelgen.feature with parameters of type FloatProviderModifierConstructorDescription(package private)WindOffsetter(int originY, RandomSource random, FloatProvider magnitude) -
Uses of FloatProvider in net.minecraft.world.level.levelgen.feature.configurations
Fields in net.minecraft.world.level.levelgen.feature.configurations declared as FloatProviderModifier and TypeFieldDescriptionfinal FloatProviderDripstoneClusterConfiguration.densityfinal FloatProviderLargeDripstoneConfiguration.heightScalefinal FloatProviderLargeDripstoneConfiguration.stalactiteBluntnessfinal FloatProviderLargeDripstoneConfiguration.stalagmiteBluntnessfinal FloatProviderDripstoneClusterConfiguration.wetnessfinal FloatProviderLargeDripstoneConfiguration.windSpeedConstructors in net.minecraft.world.level.levelgen.feature.configurations with parameters of type FloatProviderModifierConstructorDescriptionDripstoneClusterConfiguration(int floorToCeilingSearchRange, IntProvider height, IntProvider radius, int maxStalagmiteStalactiteHeightDiff, int heightDeviation, IntProvider dripstoneBlockLayerThickness, FloatProvider density, FloatProvider wetness, float chanceOfDripstoneColumnAtMaxDistanceFromCenter, int maxDistanceFromEdgeAffectingChanceOfDripstoneColumn, int maxDistanceFromCenterAffectingHeightBias) LargeDripstoneConfiguration(int floorToCeilingSearchRange, IntProvider columnRadius, FloatProvider heightScale, float maxColumnRadiusToCaveHeightRatio, FloatProvider stalactiteBluntness, FloatProvider stalagmiteBluntness, FloatProvider windSpeed, int minRadiusForWind, float minBluntnessForWind)