Uses of Record Class
net.minecraft.util.dynamic.Range
Packages that use Range
Package
Description
The base package for all Minecraft classes.
-
Uses of Range in net.minecraft
Fields in net.minecraft declared as RangeConstructors in net.minecraft with parameters of type RangeModifierConstructorDescriptionclass_6578(Range<Integer> range, DoublePerlinNoiseSampler.NoiseParameters noiseParameters, float float2, long long2, DoublePerlinNoiseSampler.NoiseParameters noiseParameters2, float float3, List<BlockState> list) -
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.blockLightLimitThe field for theblockLightLimitrecord component.MobSpawnerEntry.CustomSpawnRules.DEFAULTMobSpawnerEntry.CustomSpawnRules.skyLightLimitThe field for theskyLightLimitrecord component.Methods in net.minecraft.world that return RangeModifier and TypeMethodDescriptionMobSpawnerEntry.CustomSpawnRules.blockLightLimit()Returns the value of theblockLightLimitrecord component.MobSpawnerEntry.CustomSpawnRules.skyLightLimit()Returns the value of theskyLightLimitrecord 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