Uses of Record Class
net.minecraft.util.dynamic.Range
Packages that use Range
Package
Description
-
Uses of Range in net.minecraft.util.dynamic
Fields in net.minecraft.util.dynamic with type parameters of type RangeMethods in net.minecraft.util.dynamic that return types with arguments of type RangeModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
com.mojang.serialization.Codec<Range<T>>Range.createCodec
(com.mojang.serialization.Codec<T> elementCodec) static <T extends Comparable<T>>
com.mojang.serialization.Codec<Range<T>>Range.createRangedCodec
(com.mojang.serialization.Codec<T> codec, T minInclusive, T maxInclusive) static <T extends Comparable<T>>
com.mojang.serialization.DataResult<Range<T>>Range.validate
(T minInclusive, T maxInclusive) Methods in net.minecraft.util.dynamic with parameters of type Range -
Uses of Range in net.minecraft.world
Fields in net.minecraft.world declared as RangeModifier and TypeFieldDescriptionMobSpawnerEntry.CustomSpawnRules.blockLightLimit
The field for theblockLightLimit
record component.MobSpawnerEntry.CustomSpawnRules.DEFAULT
MobSpawnerEntry.CustomSpawnRules.skyLightLimit
The field for theskyLightLimit
record component.Methods in net.minecraft.world that return RangeModifier and TypeMethodDescriptionMobSpawnerEntry.CustomSpawnRules.blockLightLimit()
Returns the value of theblockLightLimit
record component.MobSpawnerEntry.CustomSpawnRules.skyLightLimit()
Returns the value of theskyLightLimit
record component.Methods in net.minecraft.world that return types with arguments of type RangeModifier and TypeMethodDescriptionMethods in net.minecraft.world with parameters of type RangeModifier and TypeMethodDescriptionConstructors in net.minecraft.world with parameters of type Range -
Uses of Range in net.minecraft.world.gen.stateprovider
Fields in net.minecraft.world.gen.stateprovider declared as RangeConstructors in net.minecraft.world.gen.stateprovider with parameters of type RangeModifierConstructorDescriptionDualNoiseBlockStateProvider
(Range<Integer> variety, DoublePerlinNoiseSampler.NoiseParameters slowNoiseParameters, float slowScale, long seed, DoublePerlinNoiseSampler.NoiseParameters noiseParameters, float scale, List<BlockState> states)