Uses of Record Class
net.minecraft.util.dynamic.Range
Package
Description
-
Uses of Range in net.minecraft.util.dynamic
Modifier 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) -
Uses of Range in net.minecraft.world
Modifier and TypeFieldDescriptionMobSpawnerEntry.CustomSpawnRules.blockLightLimit
The field for theblockLightLimit
record component.MobSpawnerEntry.CustomSpawnRules.DEFAULT
MobSpawnerEntry.CustomSpawnRules.skyLightLimit
The field for theskyLightLimit
record component.Modifier and TypeMethodDescriptionMobSpawnerEntry.CustomSpawnRules.blockLightLimit()
Returns the value of theblockLightLimit
record component.MobSpawnerEntry.CustomSpawnRules.skyLightLimit()
Returns the value of theskyLightLimit
record component.Modifier and TypeMethodDescriptionModifier and TypeMethodDescription -
Uses of Range in net.minecraft.world.gen.stateprovider
ModifierConstructorDescriptionDualNoiseBlockStateProvider
(Range<Integer> variety, DoublePerlinNoiseSampler.NoiseParameters slowNoiseParameters, float slowScale, long seed, DoublePerlinNoiseSampler.NoiseParameters noiseParameters, float scale, List<BlockState> states)