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<PackFormat> 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<PackFormat> 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 declared as InclusiveRangeModifier and TypeFieldDescriptionprivate final InclusiveRange<PackFormat> PackMetadataSection.supportedFormatsThe field for thesupportedFormatsrecord component.Fields in net.minecraft.server.packs.metadata.pack with type parameters of type InclusiveRangeModifier and TypeFieldDescriptionprivate final Optional<InclusiveRange<Integer>> PackFormat.IntermediaryFormat.supportedThe field for thesupportedrecord component.Methods in net.minecraft.server.packs.metadata.pack that return InclusiveRangeModifier and TypeMethodDescriptionPackFormat.minorRange()PackMetadataSection.supportedFormats()Returns the value of thesupportedFormatsrecord component.Methods in net.minecraft.server.packs.metadata.pack that return types with arguments of type InclusiveRangeModifier and TypeMethodDescriptionstatic MapCodec<InclusiveRange<PackFormat>> PackFormat.IntermediaryFormat.supported()Returns the value of thesupportedrecord component.PackFormat.IntermediaryFormat.validate(int lastPreMinorVersion, boolean hasPackFormatField, boolean requireOldField, String context, String oldFieldName) private DataResult<InclusiveRange<PackFormat>> PackFormat.IntermediaryFormat.validateNewFormat(int lastPreMinorVersion, boolean hasPackFormatField, boolean requireOldField, String context, String oldFieldName) private DataResult<InclusiveRange<PackFormat>> PackFormat.IntermediaryFormat.validateOldFormat(int lastPreMinorVersion, boolean hasPackFormatField, String context, String oldFieldName) Methods in net.minecraft.server.packs.metadata.pack with parameters of type InclusiveRangeModifier and TypeMethodDescriptionPackFormat.IntermediaryFormat.fromRange(InclusiveRange<PackFormat> range, int lastPreMinorVersion) Method parameters in net.minecraft.server.packs.metadata.pack with type arguments of type InclusiveRangeModifier and TypeMethodDescriptionstatic <ResultType, HolderType extends PackFormat.IntermediaryFormatHolder>
DataResult<List<ResultType>> PackFormat.validateHolderList(List<HolderType> list, int lastPreMinorVersion, BiFunction<HolderType, InclusiveRange<PackFormat>, ResultType> constructor) Constructors in net.minecraft.server.packs.metadata.pack with parameters of type InclusiveRangeModifierConstructorDescriptionPackMetadataSection(Component description, InclusiveRange<PackFormat> supportedFormats) Creates an instance of aPackMetadataSectionrecord class. -
Uses of InclusiveRange in net.minecraft.server.packs.repository
Methods in net.minecraft.server.packs.repository with parameters of type InclusiveRangeModifier and TypeMethodDescriptionstatic PackCompatibilityPackCompatibility.forVersion(InclusiveRange<PackFormat> packDeclaredVersions, PackFormat gameSupportedVersion) -
Uses of InclusiveRange in net.minecraft.util
Fields in net.minecraft.util with type parameters of type InclusiveRangeMethods in net.minecraft.util that return InclusiveRangeMethods in net.minecraft.util that return types with arguments of type InclusiveRangeModifier and TypeMethodDescriptionstatic <T extends Comparable<T>>
Codec<InclusiveRange<T>> static <T extends Comparable<T>>
Codec<InclusiveRange<T>> static <T extends Comparable<T>>
DataResult<InclusiveRange<T>> InclusiveRange.create(T minInclusive, T maxInclusive) 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 DataResult<InclusiveRange<Integer>> SpawnData.CustomSpawnRules.checkLightBoundaries(InclusiveRange<Integer> range) private static MapCodec<InclusiveRange<Integer>> SpawnData.CustomSpawnRules.lightLimit(String name) Methods in net.minecraft.world.level with parameters of type InclusiveRangeModifier and TypeMethodDescriptionprivate static DataResult<InclusiveRange<Integer>> SpawnData.CustomSpawnRules.checkLightBoundaries(InclusiveRange<Integer> range) 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> variety, NormalNoise.NoiseParameters slowNoiseParameters, float slowScale, long seed, NormalNoise.NoiseParameters parameters, float scale, List<BlockState> states) -
Uses of InclusiveRange in net.neoforged.neoforge.resource
Fields in net.neoforged.neoforge.resource declared as InclusiveRangeModifier and TypeFieldDescriptionprivate static final InclusiveRange<PackFormat> ResourcePackLoader.UNLIMITED_SUPPORT