Uses of Record Class
net.minecraft.util.InclusiveRange
Packages that use InclusiveRange
Package
Description
-
Uses of InclusiveRange in net.minecraft.server.packs
Fields in net.minecraft.server.packs declared as InclusiveRangeModifier and TypeFieldDescriptionprivate final InclusiveRange<Integer> OverlayMetadataSection.OverlayEntry.formatThe field for theformatrecord component.Methods in net.minecraft.server.packs that return InclusiveRangeModifier and TypeMethodDescriptionOverlayMetadataSection.OverlayEntry.format()Returns the value of theformatrecord component.Constructors in net.minecraft.server.packs with parameters of type InclusiveRangeModifierConstructorDescriptionOverlayEntry(InclusiveRange<Integer> format, String overlay) Creates an instance of aOverlayEntryrecord class. -
Uses of InclusiveRange in net.minecraft.server.packs.metadata.pack
Fields in net.minecraft.server.packs.metadata.pack with type parameters of type InclusiveRangeModifier and TypeFieldDescriptionprivate final Optional<InclusiveRange<Integer>> PackMetadataSection.supportedFormatsThe field for thesupportedFormatsrecord component.Methods in net.minecraft.server.packs.metadata.pack that return types with arguments of type InclusiveRangeModifier and TypeMethodDescriptionPackMetadataSection.supportedFormats()Returns the value of thesupportedFormatsrecord component.Constructor parameters in net.minecraft.server.packs.metadata.pack with type arguments of type InclusiveRangeModifierConstructorDescriptionPackMetadataSection(Component description, int packFormat, Optional<InclusiveRange<Integer>> supportedFormats) Creates an instance of aPackMetadataSectionrecord class. -
Uses of InclusiveRange in net.minecraft.server.packs.repository
Methods in net.minecraft.server.packs.repository that return InclusiveRangeModifier and TypeMethodDescriptionstatic InclusiveRange<Integer> Pack.getDeclaredPackVersions(String p_295795_, PackMetadataSection p_294612_) Methods in net.minecraft.server.packs.repository with parameters of type InclusiveRangeModifier and TypeMethodDescriptionstatic PackCompatibilityPackCompatibility.forVersion(InclusiveRange<Integer> p_294404_, int p_294597_) -
Uses of InclusiveRange in net.minecraft.util
Fields in net.minecraft.util with type parameters of type InclusiveRangeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<InclusiveRange<Integer>> InclusiveRange.INTMethods in net.minecraft.util that return types with arguments of type InclusiveRangeModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
com.mojang.serialization.Codec<InclusiveRange<T>> InclusiveRange.codec(com.mojang.serialization.Codec<T> p_184573_) static <T extends Comparable<T>>
com.mojang.serialization.Codec<InclusiveRange<T>> InclusiveRange.codec(com.mojang.serialization.Codec<T> p_184575_, T p_184576_, T p_184577_) static <T extends Comparable<T>>
com.mojang.serialization.DataResult<InclusiveRange<T>> InclusiveRange.create(T p_184581_, T p_184582_) Methods in net.minecraft.util with parameters of type InclusiveRange -
Uses of InclusiveRange in net.minecraft.world.level
Fields in net.minecraft.world.level declared as InclusiveRangeModifier and TypeFieldDescriptionprivate final InclusiveRange<Integer> SpawnData.CustomSpawnRules.blockLightLimitThe field for theblockLightLimitrecord component.private static final InclusiveRange<Integer> SpawnData.CustomSpawnRules.LIGHT_RANGEprivate final InclusiveRange<Integer> SpawnData.CustomSpawnRules.skyLightLimitThe field for theskyLightLimitrecord component.Methods in net.minecraft.world.level that return InclusiveRangeModifier and TypeMethodDescriptionSpawnData.CustomSpawnRules.blockLightLimit()Returns the value of theblockLightLimitrecord component.SpawnData.CustomSpawnRules.skyLightLimit()Returns the value of theskyLightLimitrecord component.Methods in net.minecraft.world.level that return types with arguments of type InclusiveRangeModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<InclusiveRange<Integer>> SpawnData.CustomSpawnRules.checkLightBoundaries(InclusiveRange<Integer> p_186593_) private static com.mojang.serialization.MapCodec<InclusiveRange<Integer>> SpawnData.CustomSpawnRules.lightLimit(String p_286409_) Methods in net.minecraft.world.level with parameters of type InclusiveRangeModifier and TypeMethodDescriptionprivate static com.mojang.serialization.DataResult<InclusiveRange<Integer>> SpawnData.CustomSpawnRules.checkLightBoundaries(InclusiveRange<Integer> p_186593_) Constructors in net.minecraft.world.level with parameters of type InclusiveRangeModifierConstructorDescriptionCustomSpawnRules(InclusiveRange<Integer> blockLightLimit, InclusiveRange<Integer> skyLightLimit) Creates an instance of aCustomSpawnRulesrecord class. -
Uses of InclusiveRange in net.minecraft.world.level.levelgen.feature.stateproviders
Fields in net.minecraft.world.level.levelgen.feature.stateproviders declared as InclusiveRangeConstructors in net.minecraft.world.level.levelgen.feature.stateproviders with parameters of type InclusiveRangeModifierConstructorDescriptionDualNoiseProvider(InclusiveRange<Integer> p_191396_, NormalNoise.NoiseParameters p_191397_, float p_191398_, long p_191399_, NormalNoise.NoiseParameters p_191400_, float p_191401_, List<BlockState> p_191402_)