Uses of Class
net.minecraft.util.math.intprovider.IntProvider
Packages that use IntProvider
Package
Description
-
Uses of IntProvider in net.minecraft.block
Fields in net.minecraft.block declared as IntProviderModifier and TypeFieldDescriptionprivate final IntProvider
SculkCatalystBlock.experience
private final IntProvider
ExperienceDroppingBlock.experienceDropped
Methods in net.minecraft.block with parameters of type IntProviderModifier and TypeMethodDescriptionprotected void
Block.dropExperienceWhenMined
(ServerWorld world, BlockPos pos, ItemStack tool, IntProvider experience) Drops experience orbs.Constructors in net.minecraft.block with parameters of type IntProviderModifierConstructorDescriptionExperienceDroppingBlock
(IntProvider experienceDropped, AbstractBlock.Settings settings) -
Uses of IntProvider in net.minecraft.client.util
Methods in net.minecraft.client.util with parameters of type IntProviderModifier and TypeMethodDescriptionstatic void
ParticleUtil.spawnParticle
(World world, BlockPos pos, ParticleEffect effect, IntProvider count) static void
ParticleUtil.spawnParticles
(World world, BlockPos pos, ParticleEffect effect, IntProvider count, Direction direction, Supplier<Vec3d> velocity, double offsetMultiplier) -
Uses of IntProvider in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task declared as IntProviderModifier and TypeFieldDescriptionprivate final IntProvider
RandomLookAroundTask.cooldown
private static final IntProvider
StartSniffingTask.COOLDOWN
Constructors in net.minecraft.entity.ai.brain.task with parameters of type IntProviderModifierConstructorDescriptionRandomLookAroundTask
(IntProvider cooldown, float maxYaw, float minPitch, float maxPitch) -
Uses of IntProvider in net.minecraft.server.command
Methods in net.minecraft.server.command with parameters of type IntProviderModifier and TypeMethodDescriptionprivate static int
WeatherCommand.processDuration
(ServerCommandSource source, int duration, IntProvider provider) -
Uses of IntProvider in net.minecraft.server.world
Fields in net.minecraft.server.world declared as IntProviderModifier and TypeFieldDescriptionprivate static final IntProvider
ServerWorld.CLEAR_THUNDER_WEATHER_DURATION_PROVIDER
static final IntProvider
ServerWorld.CLEAR_WEATHER_DURATION_PROVIDER
static final IntProvider
ServerWorld.RAIN_WEATHER_DURATION_PROVIDER
static final IntProvider
ServerWorld.THUNDER_WEATHER_DURATION_PROVIDER
-
Uses of IntProvider in net.minecraft.structure.processor
Fields in net.minecraft.structure.processor declared as IntProviderConstructors in net.minecraft.structure.processor with parameters of type IntProviderModifierConstructorDescriptionCappedStructureProcessor
(StructureProcessor delegate, IntProvider limit) -
Uses of IntProvider in net.minecraft.util.math.intprovider
Classes in net.minecraft.util.math.intprovider with type parameters of type IntProviderSubclasses of IntProvider in net.minecraft.util.math.intproviderModifier and TypeClassDescriptionclass
class
class
class
class
class
Fields in net.minecraft.util.math.intprovider declared as IntProviderFields in net.minecraft.util.math.intprovider with type parameters of type IntProviderModifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<com.mojang.datafixers.util.Either<Integer,
IntProvider>> IntProvider.INT_CODEC
static final com.mojang.serialization.Codec<IntProvider>
IntProvider.NON_NEGATIVE_CODEC
static final com.mojang.serialization.Codec<IntProvider>
IntProvider.POSITIVE_CODEC
static final com.mojang.serialization.Codec<IntProvider>
IntProvider.VALUE_CODEC
private final DataPool<IntProvider>
WeightedListIntProvider.weightedList
Methods in net.minecraft.util.math.intprovider with type parameters of type IntProviderModifier and TypeMethodDescriptionstatic <T extends IntProvider>
com.mojang.serialization.Codec<T>IntProvider.createValidatingCodec
(int min, int max, com.mojang.serialization.Codec<T> providerCodec) static <P extends IntProvider>
IntProviderType<P>Methods in net.minecraft.util.math.intprovider that return types with arguments of type IntProviderModifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec<IntProvider>
IntProvider.createValidatingCodec
(int min, int max) Methods in net.minecraft.util.math.intprovider with parameters of type IntProviderModifier and TypeMethodDescriptionstatic ClampedIntProvider
ClampedIntProvider.create
(IntProvider source, int min, int max) Constructors in net.minecraft.util.math.intprovider with parameters of type IntProviderConstructor parameters in net.minecraft.util.math.intprovider with type arguments of type IntProvider -
Uses of IntProvider in net.minecraft.world.dimension
Fields in net.minecraft.world.dimension declared as IntProviderModifier and TypeFieldDescriptionprivate final IntProvider
DimensionType.MonsterSettings.monsterSpawnLightTest
The field for themonsterSpawnLightTest
record component.Methods in net.minecraft.world.dimension that return IntProviderModifier and TypeMethodDescriptionDimensionType.MonsterSettings.monsterSpawnLightTest()
Returns the value of themonsterSpawnLightTest
record component.DimensionType.monsterSpawnLightTest()
Constructors in net.minecraft.world.dimension with parameters of type IntProviderModifierConstructorDescriptionMonsterSettings
(boolean bool, boolean bool2, IntProvider intProvider, int int2) -
Uses of IntProvider in net.minecraft.world.gen
Fields in net.minecraft.world.gen declared as IntProviderMethods in net.minecraft.world.gen that return IntProviderConstructors in net.minecraft.world.gen with parameters of type IntProvider -
Uses of IntProvider in net.minecraft.world.gen.feature
Fields in net.minecraft.world.gen.feature declared as IntProviderModifier and TypeFieldDescriptionfinal IntProvider
LargeDripstoneFeatureConfig.columnRadius
final IntProvider
VegetationPatchFeatureConfig.depth
final IntProvider
GeodeFeatureConfig.distributionPoints
final IntProvider
DripstoneClusterFeatureConfig.dripstoneBlockLayerThickness
private final IntProvider
SculkPatchFeatureConfig.extraRareGrowths
The field for theextraRareGrowths
record component.private final IntProvider
BasaltColumnsFeatureConfig.height
private final IntProvider
BlockColumnFeatureConfig.Layer.height
The field for theheight
record component.final IntProvider
DripstoneClusterFeatureConfig.height
final IntProvider
VegetationPatchFeatureConfig.horizontalRadius
final IntProvider
GeodeFeatureConfig.outerWallDistance
final IntProvider
GeodeFeatureConfig.pointOffset
private final IntProvider
DiskFeatureConfig.radius
The field for theradius
record component.final IntProvider
DripstoneClusterFeatureConfig.radius
private final IntProvider
ReplaceBlobsFeatureConfig.radius
private final IntProvider
BasaltColumnsFeatureConfig.reach
private final IntProvider
DeltaFeatureConfig.rimSize
private final IntProvider
DeltaFeatureConfig.size
Methods in net.minecraft.world.gen.feature that return IntProviderModifier and TypeMethodDescriptionSculkPatchFeatureConfig.extraRareGrowths()
Returns the value of theextraRareGrowths
record component.BasaltColumnsFeatureConfig.getHeight()
ReplaceBlobsFeatureConfig.getRadius()
BasaltColumnsFeatureConfig.getReach()
DeltaFeatureConfig.getRimSize()
DeltaFeatureConfig.getSize()
BlockColumnFeatureConfig.Layer.height()
Returns the value of theheight
record component.DiskFeatureConfig.radius()
Returns the value of theradius
record component.Methods in net.minecraft.world.gen.feature with parameters of type IntProviderModifier and TypeMethodDescriptionstatic BlockColumnFeatureConfig
BlockColumnFeatureConfig.create
(IntProvider height, BlockStateProvider state) BlockColumnFeatureConfig.createLayer
(IntProvider height, BlockStateProvider state) Constructors in net.minecraft.world.gen.feature with parameters of type IntProviderModifierConstructorDescriptionBasaltColumnsFeatureConfig
(IntProvider reach, IntProvider height) DeltaFeatureConfig
(BlockState contents, BlockState rim, IntProvider size, IntProvider rimSize) DiskFeatureConfig
(PredicatedStateProvider predicatedStateProvider, BlockPredicate blockPredicate, IntProvider intProvider, int int2) DripstoneClusterFeatureConfig
(int floorToCeilingSearchRange, IntProvider height, IntProvider radius, int maxStalagmiteStalactiteHeightDiff, int heightDeviation, IntProvider dripstoneBlockLayerThickness, FloatProvider density, FloatProvider wetness, float wetnessMean, int maxDistanceFromCenterAffectingChanceOfDripstoneColumn, int maxDistanceFromCenterAffectingHeightBias) GeodeFeatureConfig
(GeodeLayerConfig layerConfig, GeodeLayerThicknessConfig layerThicknessConfig, GeodeCrackConfig crackConfig, double usePotentialPlacementsChance, double useAlternateLayer0Chance, boolean placementsRequireLayer0Alternate, IntProvider outerWallDistance, IntProvider distributionPoints, IntProvider pointOffset, int maxDistributionPoints, int minPointOffset, double noiseMultiplier, int maxGenOffset) LargeDripstoneFeatureConfig
(int floorToCeilingSearchRange, IntProvider columnRadius, FloatProvider heightScale, float maxColumnRadiusToCaveHeightRatio, FloatProvider stalactiteBluntness, FloatProvider stalagmiteBluntness, FloatProvider windSpeed, int minRadiusForWind, float minBluntnessForWind) Layer
(IntProvider intProvider, BlockStateProvider blockStateProvider) ReplaceBlobsFeatureConfig
(BlockState target, BlockState state, IntProvider radius) SculkPatchFeatureConfig
(int int2, int int3, int int4, int int5, int int6, IntProvider intProvider, float float2) VegetationPatchFeatureConfig
(TagKey<Block> replaceable, BlockStateProvider groundState, RegistryEntry<PlacedFeature> vegetationFeature, VerticalSurfaceType surface, IntProvider depth, float extraBottomBlockChance, int verticalRange, float vegetationChance, IntProvider horizontalRadius, float extraEdgeColumnChance) -
Uses of IntProvider in net.minecraft.world.gen.foliage
Fields in net.minecraft.world.gen.foliage declared as IntProviderModifier and TypeFieldDescriptionprivate final IntProvider
MegaPineFoliagePlacer.crownHeight
private final IntProvider
RandomSpreadFoliagePlacer.foliageHeight
private final IntProvider
CherryFoliagePlacer.height
private final IntProvider
PineFoliagePlacer.height
protected final IntProvider
FoliagePlacer.offset
protected final IntProvider
FoliagePlacer.radius
private final IntProvider
SpruceFoliagePlacer.trunkHeight
Methods in net.minecraft.world.gen.foliage that return types with arguments of type IntProviderModifier and TypeMethodDescriptionprotected 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 IntProviderModifierConstructorDescriptionAcaciaFoliagePlacer
(IntProvider radius, IntProvider offset) BlobFoliagePlacer
(IntProvider radius, IntProvider offset, int height) BushFoliagePlacer
(IntProvider radius, IntProvider offset, int height) CherryFoliagePlacer
(IntProvider radius, IntProvider offset, IntProvider height, float wideBottomLayerHoleChance, float cornerHoleChance, float hangingLeavesChance, float hangingLeavesExtensionChance) 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.placementmodifier
Fields in net.minecraft.world.gen.placementmodifier declared as IntProviderModifier and TypeFieldDescriptionprivate final IntProvider
CountMultilayerPlacementModifier.count
Deprecated.private final IntProvider
CountPlacementModifier.count
private final IntProvider
RandomOffsetPlacementModifier.spreadXz
private final IntProvider
RandomOffsetPlacementModifier.spreadY
Methods in net.minecraft.world.gen.placementmodifier with parameters of type IntProviderModifier and TypeMethodDescriptionRandomOffsetPlacementModifier.horizontally
(IntProvider spreadXz) CountMultilayerPlacementModifier.of
(IntProvider count) Deprecated.static CountPlacementModifier
CountPlacementModifier.of
(IntProvider count) RandomOffsetPlacementModifier.of
(IntProvider spreadXz, IntProvider spreadY) RandomOffsetPlacementModifier.vertically
(IntProvider spreadY) Constructors in net.minecraft.world.gen.placementmodifier with parameters of type IntProviderModifierConstructorDescriptionprivate
Deprecated.private
private
RandomOffsetPlacementModifier
(IntProvider xzSpread, IntProvider ySpread) -
Uses of IntProvider in net.minecraft.world.gen.root
Fields in net.minecraft.world.gen.root declared as IntProviderMethods in net.minecraft.world.gen.root that return types with arguments of type IntProviderModifier and TypeMethodDescriptionprotected static <P extends RootPlacer>
com.mojang.datafixers.Products.P3<com.mojang.serialization.codecs.RecordCodecBuilder.Mu<P>,IntProvider, BlockStateProvider, Optional<AboveRootPlacement>> RootPlacer.method_43182
(com.mojang.serialization.codecs.RecordCodecBuilder.Instance<P> instance) Constructors in net.minecraft.world.gen.root with parameters of type IntProviderModifierConstructorDescriptionMangroveRootPlacer
(IntProvider trunkOffsetY, BlockStateProvider rootProvider, Optional<AboveRootPlacement> aboveRootPlacement, MangroveRootPlacement mangroveRootPlacement) RootPlacer
(IntProvider trunkOffsetY, BlockStateProvider rootProvider, Optional<AboveRootPlacement> aboveRootPlacement) -
Uses of IntProvider in net.minecraft.world.gen.stateprovider
Fields in net.minecraft.world.gen.stateprovider declared as IntProviderModifier and TypeFieldDescriptionprivate final IntProvider
RandomizedIntBlockStateProvider.values
Constructors in net.minecraft.world.gen.stateprovider with parameters of type IntProviderModifierConstructorDescriptionRandomizedIntBlockStateProvider
(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 IntProviderModifier and TypeFieldDescriptionprivate final IntProvider
BendingTrunkPlacer.bendLength
private final IntProvider
CherryTrunkPlacer.branchCount
private final IntProvider
CherryTrunkPlacer.branchEndOffsetFromTop
private final IntProvider
CherryTrunkPlacer.branchHorizontalLength
private final IntProvider
UpwardsBranchingTrunkPlacer.extraBranchLength
private final IntProvider
UpwardsBranchingTrunkPlacer.extraBranchSteps
Constructors in net.minecraft.world.gen.trunk with parameters of type IntProviderModifierConstructorDescriptionBendingTrunkPlacer
(int baseHeight, int firstRandomHeight, int secondRandomHeight, int minHeightForLeaves, IntProvider bendLength) CherryTrunkPlacer
(int baseHeight, int firstRandomHeight, int secondRandomHeight, IntProvider branchCount, IntProvider branchHorizontalLength, UniformIntProvider branchStartOffsetFromTop, IntProvider branchEndOffsetFromTop) UpwardsBranchingTrunkPlacer
(int baseHeight, int firstRandomHeight, int secondRandomHeight, IntProvider extraBranchSteps, float placeBranchPerLogProbability, IntProvider extraBranchLength, RegistryEntryList<Block> canGrowThrough)