Uses of Interface
net.minecraft.world.inventory.SlotRange
Packages that use SlotRange
Package
Description
-
Uses of SlotRange in net.minecraft.advancements.critereon
Fields in net.minecraft.advancements.critereon with type parameters of type SlotRangeModifier and TypeFieldDescriptionprivate final Map
<SlotRange, ItemPredicate> SlotsPredicate.slots
The field for theslots
record component.Methods in net.minecraft.advancements.critereon that return types with arguments of type SlotRangeModifier and TypeMethodDescriptionSlotsPredicate.slots()
Returns the value of theslots
record component.Constructor parameters in net.minecraft.advancements.critereon with type arguments of type SlotRangeModifierConstructorDescriptionSlotsPredicate
(Map<SlotRange, ItemPredicate> slots) Creates an instance of aSlotsPredicate
record class. -
Uses of SlotRange in net.minecraft.commands.arguments
Methods in net.minecraft.commands.arguments that return SlotRange -
Uses of SlotRange in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type SlotRangeModifier and TypeMethodDescriptionprivate static int
ExecuteCommand.countItems
(Iterable<? extends Entity> p_332642_, SlotRange p_332729_, Predicate<ItemStack> p_332803_) private static int
ExecuteCommand.countItems
(CommandSourceStack p_332730_, BlockPos p_332679_, SlotRange p_332656_, Predicate<ItemStack> p_332801_) -
Uses of SlotRange in net.minecraft.world.inventory
Fields in net.minecraft.world.inventory with type parameters of type SlotRangeModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<SlotRange> SlotRanges.CODEC
SlotRanges.NAME_LOOKUP
SlotRanges.SLOTS
Methods in net.minecraft.world.inventory that return SlotRangeModifier and TypeMethodDescriptionprivate static SlotRange
private static SlotRange
private static SlotRange
static SlotRange
static SlotRange
Method parameters in net.minecraft.world.inventory with type arguments of type SlotRangeModifier and TypeMethodDescriptionprivate static void
SlotRanges.addSingleSlot
(List<SlotRange> p_332716_, String p_332683_, int p_332766_) private static void
SlotRanges.addSlotRange
(List<SlotRange> p_332790_, String p_332813_, int p_332763_, int p_332721_) private static void