Uses of Class
net.minecraft.util.math.floatprovider.FloatProvider
Packages that use FloatProvider
Package
Description
-
Uses of FloatProvider in net.minecraft.client.sound
Fields in net.minecraft.client.sound declared as FloatProvider -
Uses of FloatProvider in net.minecraft.util.math.floatprovider
Classes in net.minecraft.util.math.floatprovider with type parameters of type FloatProviderSubclasses of FloatProvider in net.minecraft.util.math.floatproviderModifier and TypeClassDescriptionclass
class
class
class
Fields in net.minecraft.util.math.floatprovider with type parameters of type FloatProviderModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec
<com.mojang.datafixers.util.Either<Float, FloatProvider>> FloatProvider.FLOAT_CODEC
static final com.mojang.serialization.Codec
<FloatProvider> FloatProvider.VALUE_CODEC
Methods in net.minecraft.util.math.floatprovider with type parameters of type FloatProviderMethods in net.minecraft.util.math.floatprovider that return types with arguments of type FloatProviderModifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec
<FloatProvider> FloatProvider.createValidatedCodec
(float min, float max) -
Uses of FloatProvider in net.minecraft.world.gen.carver
Fields in net.minecraft.world.gen.carver declared as FloatProviderModifier and TypeFieldDescriptionfinal FloatProvider
RavineCarverConfig.Shape.distanceFactor
(package private) final FloatProvider
CaveCarverConfig.floorLevel
final FloatProvider
RavineCarverConfig.Shape.horizontalRadiusFactor
final FloatProvider
CaveCarverConfig.horizontalRadiusMultiplier
final FloatProvider
RavineCarverConfig.Shape.thickness
final FloatProvider
CaveCarverConfig.verticalRadiusMultiplier
final FloatProvider
RavineCarverConfig.verticalRotation
final FloatProvider
CarverConfig.yScale
Constructors in net.minecraft.world.gen.carver with parameters of type FloatProviderModifierConstructorDescriptionCarverConfig
(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig debugConfig, RegistryEntryList<Block> replaceable) CaveCarverConfig
(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, RegistryEntryList<Block> replaceable, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel) CaveCarverConfig
(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig debugConfig, RegistryEntryList<Block> replaceable, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel) CaveCarverConfig
(CarverConfig config, FloatProvider horizontalRadiusMultiplier, FloatProvider verticalRadiusMultiplier, FloatProvider floorLevel) RavineCarverConfig
(float probability, HeightProvider y, FloatProvider yScale, YOffset lavaLevel, CarverDebugConfig debugConfig, RegistryEntryList<Block> replaceable, FloatProvider verticalRotation, RavineCarverConfig.Shape shape) RavineCarverConfig
(CarverConfig config, FloatProvider verticalRotation, RavineCarverConfig.Shape shape) Shape
(FloatProvider distanceFactor, FloatProvider thickness, int widthSmoothness, FloatProvider horizontalRadiusFactor, float verticalRadiusDefaultFactor, float verticalRadiusCenterFactor) -
Uses of FloatProvider in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as FloatProviderModifier and TypeFieldDescriptionfinal FloatProvider
DripstoneClusterFeatureConfig.density
final FloatProvider
LargeDripstoneFeatureConfig.heightScale
final FloatProvider
LargeDripstoneFeatureConfig.stalactiteBluntness
final FloatProvider
LargeDripstoneFeatureConfig.stalagmiteBluntness
final FloatProvider
DripstoneClusterFeatureConfig.wetness
final FloatProvider
LargeDripstoneFeatureConfig.windSpeed
Methods in net.minecraft.world.gen.feature with parameters of type FloatProviderModifier and TypeMethodDescriptionprivate static LargeDripstoneFeature.DripstoneGenerator
LargeDripstoneFeature.createGenerator
(BlockPos pos, boolean isStalagmite, Random random, int scale, FloatProvider bluntness, FloatProvider heightScale) Constructors in net.minecraft.world.gen.feature with parameters of type FloatProviderModifierConstructorDescriptionDripstoneClusterFeatureConfig
(int floorToCeilingSearchRange, IntProvider height, IntProvider radius, int maxStalagmiteStalactiteHeightDiff, int heightDeviation, IntProvider dripstoneBlockLayerThickness, FloatProvider density, FloatProvider wetness, float wetnessMean, int maxDistanceFromCenterAffectingChanceOfDripstoneColumn, int maxDistanceFromCenterAffectingHeightBias) LargeDripstoneFeatureConfig
(int floorToCeilingSearchRange, IntProvider columnRadius, FloatProvider heightScale, float maxColumnRadiusToCaveHeightRatio, FloatProvider stalactiteBluntness, FloatProvider stalagmiteBluntness, FloatProvider windSpeed, int minRadiusForWind, float minBluntnessForWind) (package private)
WindModifier
(int y, Random random, FloatProvider wind)