Uses of Record Class
net.minecraft.advancements.critereon.MinMaxBounds.Ints
Packages that use MinMaxBounds.Ints
Package
Description
-
Uses of MinMaxBounds.Ints in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon declared as MinMaxBounds.IntsModifier and TypeFieldDescriptionprivate final MinMaxBounds.IntsMobEffectsPredicate.MobEffectInstancePredicate.amplifierThe field for theamplifierrecord component.static final MinMaxBounds.IntsMinMaxBounds.Ints.ANYprivate final MinMaxBounds.IntsBeeNestDestroyedTrigger.TriggerInstance.beesInsideThe field for thebeesInsiderecord component.private final MinMaxBounds.IntsLightningBoltPredicate.blocksSetOnFireThe field for theblocksSetOnFirerecord component.private MinMaxBounds.IntsLightPredicate.Builder.compositeprivate final MinMaxBounds.IntsLightPredicate.compositeThe field for thecompositerecord component.private final MinMaxBounds.IntsCollectionCountsPredicate.Entry.countThe field for thecountrecord component.private MinMaxBounds.IntsItemPredicate.Builder.countprivate final MinMaxBounds.IntsItemPredicate.countThe field for thecountrecord component.private final MinMaxBounds.IntsItemDamagePredicate.damageThe field for thedamagerecord component.private final MinMaxBounds.IntsItemDurabilityTrigger.TriggerInstance.deltaThe field for thedeltarecord component.private final MinMaxBounds.IntsItemDamagePredicate.durabilityThe field for thedurabilityrecord component.private final MinMaxBounds.IntsItemDurabilityTrigger.TriggerInstance.durabilityThe field for thedurabilityrecord component.private final MinMaxBounds.IntsLevitationTrigger.TriggerInstance.durationThe field for thedurationrecord component.private final MinMaxBounds.IntsMobEffectsPredicate.MobEffectInstancePredicate.durationThe field for thedurationrecord component.private final MinMaxBounds.IntsInventoryChangeTrigger.TriggerInstance.Slots.emptyThe field for theemptyrecord component.private final MinMaxBounds.IntsItemFireworksPredicate.flightDurationThe field for theflightDurationrecord component.private final MinMaxBounds.IntsInventoryChangeTrigger.TriggerInstance.Slots.fullThe field for thefullrecord component.private final MinMaxBounds.IntsItemWrittenBookPredicate.generationThe field for thegenerationrecord component.private final MinMaxBounds.IntsConstructBeaconTrigger.TriggerInstance.levelThe field for thelevelrecord component.private final MinMaxBounds.IntsEnchantmentPredicate.levelThe field for thelevelrecord component.private MinMaxBounds.IntsPlayerPredicate.Builder.levelprivate final MinMaxBounds.IntsPlayerPredicate.levelThe field for thelevelrecord component.private final MinMaxBounds.IntsEnchantedItemTrigger.TriggerInstance.levelsThe field for thelevelsrecord component.private final MinMaxBounds.IntsInventoryChangeTrigger.TriggerInstance.Slots.occupiedThe field for theoccupiedrecord component.private final MinMaxBounds.IntsPlayerPredicate.StatMatcher.rangeThe field for therangerecord component.private final MinMaxBounds.IntsTargetBlockTrigger.TriggerInstance.signalStrengthThe field for thesignalStrengthrecord component.private final MinMaxBounds.IntsSlimePredicate.sizeThe field for thesizerecord component.private final MinMaxBounds.IntsKilledByCrossbowTrigger.TriggerInstance.uniqueEntityTypesThe field for theuniqueEntityTypesrecord component.Fields in net.minecraft.advancements.critereon with type parameters of type MinMaxBounds.IntsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MinMaxBounds.Ints> MinMaxBounds.Ints.CODECprivate final Optional<MinMaxBounds.Ints> CollectionPredicate.sizeThe field for thesizerecord component.Methods in net.minecraft.advancements.critereon that return MinMaxBounds.IntsModifier and TypeMethodDescriptionMobEffectsPredicate.MobEffectInstancePredicate.amplifier()Returns the value of theamplifierrecord component.static MinMaxBounds.IntsMinMaxBounds.Ints.atLeast(int min) static MinMaxBounds.IntsMinMaxBounds.Ints.atMost(int max) BeeNestDestroyedTrigger.TriggerInstance.beesInside()Returns the value of thebeesInsiderecord component.static MinMaxBounds.IntsMinMaxBounds.Ints.between(int min, int max) LightningBoltPredicate.blocksSetOnFire()Returns the value of theblocksSetOnFirerecord component.LightPredicate.composite()Returns the value of thecompositerecord component.CollectionCountsPredicate.Entry.count()Returns the value of thecountrecord component.ItemPredicate.count()Returns the value of thecountrecord component.private static MinMaxBounds.IntsMinMaxBounds.Ints.create(com.mojang.brigadier.StringReader reader, Optional<Integer> min, Optional<Integer> max) ItemDamagePredicate.damage()Returns the value of thedamagerecord component.ItemDurabilityTrigger.TriggerInstance.delta()Returns the value of thedeltarecord component.ItemDamagePredicate.durability()Returns the value of thedurabilityrecord component.ItemDurabilityTrigger.TriggerInstance.durability()Returns the value of thedurabilityrecord component.LevitationTrigger.TriggerInstance.duration()Returns the value of thedurationrecord component.MobEffectsPredicate.MobEffectInstancePredicate.duration()Returns the value of thedurationrecord component.InventoryChangeTrigger.TriggerInstance.Slots.empty()Returns the value of theemptyrecord component.static MinMaxBounds.IntsMinMaxBounds.Ints.exactly(int value) ItemFireworksPredicate.flightDuration()Returns the value of theflightDurationrecord component.static MinMaxBounds.IntsMinMaxBounds.Ints.fromReader(com.mojang.brigadier.StringReader reader) static MinMaxBounds.IntsMinMaxBounds.Ints.fromReader(com.mojang.brigadier.StringReader reader, Function<Integer, Integer> valueFunction) InventoryChangeTrigger.TriggerInstance.Slots.full()Returns the value of thefullrecord component.ItemWrittenBookPredicate.generation()Returns the value of thegenerationrecord component.ConstructBeaconTrigger.TriggerInstance.level()Returns the value of thelevelrecord component.EnchantmentPredicate.level()Returns the value of thelevelrecord component.PlayerPredicate.level()Returns the value of thelevelrecord component.EnchantedItemTrigger.TriggerInstance.levels()Returns the value of thelevelsrecord component.InventoryChangeTrigger.TriggerInstance.Slots.occupied()Returns the value of theoccupiedrecord component.PlayerPredicate.StatMatcher.range()Returns the value of therangerecord component.TargetBlockTrigger.TriggerInstance.signalStrength()Returns the value of thesignalStrengthrecord component.SlimePredicate.size()Returns the value of thesizerecord component.KilledByCrossbowTrigger.TriggerInstance.uniqueEntityTypes()Returns the value of theuniqueEntityTypesrecord component.Methods in net.minecraft.advancements.critereon that return types with arguments of type MinMaxBounds.IntsModifier and TypeMethodDescriptionCollectionPredicate.size()Returns the value of thesizerecord component.Methods in net.minecraft.advancements.critereon with parameters of type MinMaxBounds.IntsModifier and TypeMethodDescriptionPlayerPredicate.Builder.addStat(StatType<T> type, Holder.Reference<T> value, MinMaxBounds.Ints range) static LightningBoltPredicateLightningBoltPredicate.blockSetOnFire(MinMaxBounds.Ints blocksSetOnFire) ItemDurabilityTrigger.TriggerInstance.changedDurability(Optional<ContextAwarePredicate> player, Optional<ItemPredicate> item, MinMaxBounds.Ints durability) ItemDurabilityTrigger.TriggerInstance.changedDurability(Optional<ItemPredicate> item, MinMaxBounds.Ints durability) ConstructBeaconTrigger.TriggerInstance.constructedBeacon(MinMaxBounds.Ints level) KilledByCrossbowTrigger.TriggerInstance.crossbowKilled(MinMaxBounds.Ints uniqueEntityTypes) BeeNestDestroyedTrigger.TriggerInstance.destroyedBeeNest(Block block, ItemPredicate.Builder item, MinMaxBounds.Ints numBees) static ItemDamagePredicateItemDamagePredicate.durability(MinMaxBounds.Ints damage) LightPredicate.Builder.setComposite(MinMaxBounds.Ints composite) PlayerPredicate.Builder.setLevel(MinMaxBounds.Ints level) static SlimePredicateSlimePredicate.sized(MinMaxBounds.Ints size) TargetBlockTrigger.TriggerInstance.targetHit(MinMaxBounds.Ints signalStrength, Optional<ContextAwarePredicate> projectile) ItemPredicate.Builder.withCount(MinMaxBounds.Ints count) Constructors in net.minecraft.advancements.critereon with parameters of type MinMaxBounds.IntsModifierConstructorDescriptionEnchantmentPredicate(Optional<HolderSet<Enchantment>> enchantments, MinMaxBounds.Ints level) Creates an instance of aEnchantmentPredicaterecord class.EnchantmentPredicate(Holder<Enchantment> p_345021_, MinMaxBounds.Ints p_345012_) EnchantmentPredicate(HolderSet<Enchantment> p_346051_, MinMaxBounds.Ints p_30472_) Entry(P test, MinMaxBounds.Ints count) Creates an instance of aEntryrecord class.ItemDamagePredicate(MinMaxBounds.Ints durability, MinMaxBounds.Ints damage) Creates an instance of aItemDamagePredicaterecord class.ItemFireworksPredicate(Optional<CollectionPredicate<FireworkExplosion, ItemFireworkExplosionPredicate.FireworkPredicate>> explosions, MinMaxBounds.Ints flightDuration) Creates an instance of aItemFireworksPredicaterecord class.ItemPredicate(Optional<HolderSet<Item>> items, MinMaxBounds.Ints count, DataComponentPredicate components, Map<ItemSubPredicate.Type<?>, ItemSubPredicate> subPredicates) Creates an instance of aItemPredicaterecord class.ItemWrittenBookPredicate(Optional<CollectionPredicate<Filterable<Component>, ItemWrittenBookPredicate.PagePredicate>> pages, Optional<String> author, Optional<String> title, MinMaxBounds.Ints generation, Optional<Boolean> resolved) Creates an instance of aItemWrittenBookPredicaterecord class.LightningBoltPredicate(MinMaxBounds.Ints blocksSetOnFire, Optional<EntityPredicate> entityStruck) Creates an instance of aLightningBoltPredicaterecord class.LightPredicate(MinMaxBounds.Ints composite) Creates an instance of aLightPredicaterecord class.MobEffectInstancePredicate(MinMaxBounds.Ints amplifier, MinMaxBounds.Ints duration, Optional<Boolean> ambient, Optional<Boolean> visible) Creates an instance of aMobEffectInstancePredicaterecord class.PlayerPredicate(MinMaxBounds.Ints level, GameTypePredicate gameType, List<PlayerPredicate.StatMatcher<?>> stats, it.unimi.dsi.fastutil.objects.Object2BooleanMap<ResourceLocation> recipes, Map<ResourceLocation, PlayerPredicate.AdvancementPredicate> advancements, Optional<EntityPredicate> lookingAt) Creates an instance of aPlayerPredicaterecord class.Creates an instance of aSlimePredicaterecord class.Slots(MinMaxBounds.Ints occupied, MinMaxBounds.Ints full, MinMaxBounds.Ints empty) Creates an instance of aSlotsrecord class.StatMatcher(StatType<T> p_299207_, Holder<T> p_298208_, MinMaxBounds.Ints p_299102_) (package private)StatMatcher(StatType<T> type, Holder<T> value, MinMaxBounds.Ints range, Supplier<Stat<T>> stat) Creates an instance of aStatMatcherrecord class.TriggerInstance(Optional<ContextAwarePredicate> player, Optional<Holder<Block>> block, Optional<ItemPredicate> item, MinMaxBounds.Ints beesInside) Creates an instance of aTriggerInstancerecord class.TriggerInstance(Optional<ContextAwarePredicate> player, MinMaxBounds.Ints level) Creates an instance of aTriggerInstancerecord class.TriggerInstance(Optional<ContextAwarePredicate> player, Optional<ItemPredicate> item, MinMaxBounds.Ints levels) Creates an instance of aTriggerInstancerecord class.TriggerInstance(Optional<ContextAwarePredicate> player, Optional<ItemPredicate> item, MinMaxBounds.Ints durability, MinMaxBounds.Ints delta) Creates an instance of aTriggerInstancerecord class.TriggerInstance(Optional<ContextAwarePredicate> player, List<ContextAwarePredicate> victims, MinMaxBounds.Ints uniqueEntityTypes) Creates an instance of aTriggerInstancerecord class.TriggerInstance(Optional<ContextAwarePredicate> player, Optional<DistancePredicate> distance, MinMaxBounds.Ints duration) Creates an instance of aTriggerInstancerecord class.TriggerInstance(Optional<ContextAwarePredicate> player, MinMaxBounds.Ints signalStrength, Optional<ContextAwarePredicate> projectile) Creates an instance of aTriggerInstancerecord class. -
Uses of MinMaxBounds.Ints in net.minecraft.commands.arguments
Methods in net.minecraft.commands.arguments that return MinMaxBounds.IntsModifier and TypeMethodDescriptionstatic MinMaxBounds.IntsRangeArgument.Ints.getRange(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) RangeArgument.Ints.parse(com.mojang.brigadier.StringReader reader) -
Uses of MinMaxBounds.Ints in net.minecraft.commands.arguments.selector
Fields in net.minecraft.commands.arguments.selector declared as MinMaxBounds.IntsMethods in net.minecraft.commands.arguments.selector that return MinMaxBounds.IntsMethods in net.minecraft.commands.arguments.selector with parameters of type MinMaxBounds.Ints -
Uses of MinMaxBounds.Ints in net.minecraft.data.advancements.packs
Methods in net.minecraft.data.advancements.packs with parameters of type MinMaxBounds.IntsModifier and TypeMethodDescriptionprivate static Criterion<LightningStrikeTrigger.TriggerInstance> VanillaAdventureAdvancements.fireCountAndBystander(MinMaxBounds.Ints fireCount, Optional<EntityPredicate> bystander) -
Uses of MinMaxBounds.Ints in net.minecraft.data.recipes
Methods in net.minecraft.data.recipes with parameters of type MinMaxBounds.IntsModifier and TypeMethodDescriptionprotected static Criterion<InventoryChangeTrigger.TriggerInstance> RecipeProvider.has(MinMaxBounds.Ints count, ItemLike item) -
Uses of MinMaxBounds.Ints in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type MinMaxBounds.IntsModifier and TypeMethodDescriptionprivate static booleanExecuteCommand.checkScore(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, MinMaxBounds.Ints bounds) private static intRandomCommand.randomSample(CommandSourceStack source, MinMaxBounds.Ints range, ResourceLocation sequence, boolean displayResult)