Uses of Class
net.minecraft.util.math.intprovider.IntProvider
-
Uses of IntProvider in net.minecraft.util.math.intprovider
Classes in net.minecraft.util.math.intprovider with type parameters of type IntProvider Modifier and Type Interface Description interfaceIntProviderType<P extends IntProvider>Subclasses of IntProvider in net.minecraft.util.math.intprovider Modifier and Type Class Description classConstantIntProviderclassUniformIntProviderFields in net.minecraft.util.math.intprovider with type parameters of type IntProvider Modifier and Type Field Description private static com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<Integer,IntProvider>>IntProvider. INT_CODECstatic com.mojang.serialization.Codec<IntProvider>IntProvider. VALUE_CODECMethods in net.minecraft.util.math.intprovider with type parameters of type IntProvider Modifier and Type Method Description static <P extends IntProvider>
IntProviderType<P>IntProviderType. register(String id, com.mojang.serialization.Codec<P> codec)Methods in net.minecraft.util.math.intprovider that return types with arguments of type IntProvider Modifier and Type Method Description static com.mojang.serialization.Codec<IntProvider>IntProvider. createValidatingCodec(int min, int max) -
Uses of IntProvider in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as IntProvider Modifier and Type Field Description private IntProviderCountConfig. countMethods in net.minecraft.world.gen that return IntProvider Modifier and Type Method Description IntProviderCountConfig. getCount()Constructors in net.minecraft.world.gen with parameters of type IntProvider Constructor Description CountConfig(IntProvider distribution) -
Uses of IntProvider in net.minecraft.world.gen.decorator
Methods in net.minecraft.world.gen.decorator with parameters of type IntProvider Modifier and Type Method Description default RDecoratable. repeat(IntProvider count)Applies theminecraft:countdecorator, which repeats the input positions by the value of thecountdistribution. -
Uses of IntProvider in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as IntProvider Modifier and Type Field Description IntProviderLargeDripstoneFeatureConfig. columnRadiusIntProviderVegetationPatchFeatureConfig. depthIntProviderDripstoneClusterFeatureConfig. dripstoneBlockLayerThicknessprivate IntProviderBasaltColumnsFeatureConfig. heightIntProviderDripstoneClusterFeatureConfig. heightIntProviderVegetationPatchFeatureConfig. horizontalRadiusIntProviderDiskFeatureConfig. radiusIntProviderDripstoneClusterFeatureConfig. radiusprivate IntProviderReplaceBlobsFeatureConfig. radiusprivate IntProviderBasaltColumnsFeatureConfig. reachprivate IntProviderDeltaFeatureConfig. rimSizeprivate IntProviderDeltaFeatureConfig. sizeFields in net.minecraft.world.gen.feature with type parameters of type IntProvider Modifier and Type Field Description class_6005<IntProvider>GrowingPlantFeatureConfig. heightDistributionMethods in net.minecraft.world.gen.feature that return IntProvider Modifier and Type Method Description IntProviderBasaltColumnsFeatureConfig. getHeight()IntProviderReplaceBlobsFeatureConfig. getRadius()IntProviderBasaltColumnsFeatureConfig. getReach()IntProviderDeltaFeatureConfig. getRimSize()IntProviderDeltaFeatureConfig. getSize()Constructors in net.minecraft.world.gen.feature with parameters of type IntProvider Constructor Description BasaltColumnsFeatureConfig(IntProvider reach, IntProvider height)DeltaFeatureConfig(BlockState contents, BlockState rim, IntProvider size, IntProvider rimSize)DiskFeatureConfig(BlockState state, IntProvider radius, int halfHeight, List<BlockState> targets)DripstoneClusterFeatureConfig(int floorToCeilingSearchRange, IntProvider height, IntProvider radius, int maxStalagmiteStalactiteHeightDiff, int heightDeviation, IntProvider dripstoneBlockLayerThickness, FloatProvider density, FloatProvider wetness, float wetnessMean, int int2, int int3)LargeDripstoneFeatureConfig(int floorToCeilingSearchRange, IntProvider columnRadius, FloatProvider heightScale, float maxColumnRadiusToCaveHeightRatio, FloatProvider stalactiteBluntness, FloatProvider stalagmiteBluntness, FloatProvider windSpeed, int minRadiusForWind, float minBluntnessForWind)ReplaceBlobsFeatureConfig(BlockState target, BlockState state, IntProvider radius)VegetationPatchFeatureConfig(Identifier replaceable, BlockStateProvider groundState, Supplier<ConfiguredFeature<?,?>> vegetationFeature, VerticalSurfaceType surface, IntProvider depth, float extraBottomBlockChance, int verticalRange, float vegetationChance, IntProvider horizontalRadius, float extraEdgeColumnChance)Constructor parameters in net.minecraft.world.gen.feature with type arguments of type IntProvider Constructor Description GrowingPlantFeatureConfig(class_6005<IntProvider> heightDistribution, Direction direction, BlockStateProvider bodyProvider, BlockStateProvider headProvider, boolean allowWater) -
Uses of IntProvider in net.minecraft.world.gen.foliage
Fields in net.minecraft.world.gen.foliage declared as IntProvider Modifier and Type Field Description private IntProviderMegaPineFoliagePlacer. crownHeightprivate IntProviderRandomSpreadFoliagePlacer. foliageHeightprivate IntProviderPineFoliagePlacer. heightprotected IntProviderFoliagePlacer. offsetprotected IntProviderFoliagePlacer. radiusprivate IntProviderSpruceFoliagePlacer. trunkHeightMethods in net.minecraft.world.gen.foliage that return types with arguments of type IntProvider Modifier and Type Method Description protected static <P extends BlobFoliagePlacer>
com.mojang.datafixers.Products.P3<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<P>,IntProvider,IntProvider,Integer>BlobFoliagePlacer. createCodec(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<P> builder)protected static <P extends BlobFoliagePlacer>
com.mojang.datafixers.Products.P3<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<P>,IntProvider,IntProvider,Integer>BlobFoliagePlacer. createCodec(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<P> builder)protected static <P extends FoliagePlacer>
com.mojang.datafixers.Products.P2<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<P>,IntProvider,IntProvider>FoliagePlacer. fillFoliagePlacerFields(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<P> instance)protected static <P extends FoliagePlacer>
com.mojang.datafixers.Products.P2<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<P>,IntProvider,IntProvider>FoliagePlacer. fillFoliagePlacerFields(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<P> instance)Constructors in net.minecraft.world.gen.foliage with parameters of type IntProvider Constructor Description AcaciaFoliagePlacer(IntProvider radius, IntProvider offset)BlobFoliagePlacer(IntProvider radius, IntProvider offset, int height)BushFoliagePlacer(IntProvider radius, IntProvider offset, int height)DarkOakFoliagePlacer(IntProvider radius, IntProvider offset)FoliagePlacer(IntProvider radius, IntProvider offset)JungleFoliagePlacer(IntProvider radius, IntProvider offset, int height)LargeOakFoliagePlacer(IntProvider radius, IntProvider offset, int height)MegaPineFoliagePlacer(IntProvider radius, IntProvider offset, IntProvider crownHeight)PineFoliagePlacer(IntProvider radius, IntProvider offset, IntProvider height)RandomSpreadFoliagePlacer(IntProvider radius, IntProvider offset, IntProvider foliageHeight, int leafPlacementAttempts)SpruceFoliagePlacer(IntProvider radius, IntProvider offset, IntProvider trunkHeight) -
Uses of IntProvider in net.minecraft.world.gen.stateprovider
Fields in net.minecraft.world.gen.stateprovider declared as IntProvider Modifier and Type Field Description private IntProviderRandomizedIntBlockStateProvider. valuesConstructors in net.minecraft.world.gen.stateprovider with parameters of type IntProvider Constructor Description RandomizedIntBlockStateProvider(BlockStateProvider source, String propertyName, IntProvider values)RandomizedIntBlockStateProvider(BlockStateProvider source, IntProperty property, IntProvider values) -
Uses of IntProvider in net.minecraft.world.gen.trunk
Fields in net.minecraft.world.gen.trunk declared as IntProvider Modifier and Type Field Description private IntProviderBendingTrunkPlacer. bendLengthConstructors in net.minecraft.world.gen.trunk with parameters of type IntProvider Constructor Description BendingTrunkPlacer(int baseHeight, int firstRandomHeight, int secondRandomHeight, int minHeightForLeaves, IntProvider bendLength)