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.slotsThe field for theslotsrecord component.Methods in net.minecraft.advancements.critereon that return types with arguments of type SlotRangeModifier and TypeMethodDescriptionSlotsPredicate.slots()Returns the value of theslotsrecord component.Constructor parameters in net.minecraft.advancements.critereon with type arguments of type SlotRangeModifierConstructorDescriptionSlotsPredicate(Map<SlotRange, ItemPredicate> slots) Creates an instance of aSlotsPredicaterecord 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 intExecuteCommand.countItems(Iterable<? extends Entity> targets, SlotRange slotRange, Predicate<ItemStack> filter) private static intExecuteCommand.countItems(CommandSourceStack source, BlockPos pos, SlotRange slotRange, Predicate<ItemStack> filter) -
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.CODECSlotRanges.NAME_LOOKUPSlotRanges.SLOTSMethods in net.minecraft.world.inventory that return SlotRangeModifier and TypeMethodDescriptionprivate static SlotRangeprivate static SlotRangeprivate static SlotRangestatic SlotRangestatic SlotRangeMethod parameters in net.minecraft.world.inventory with type arguments of type SlotRangeModifier and TypeMethodDescriptionprivate static voidSlotRanges.addSingleSlot(List<SlotRange> list, String name, int value) private static voidSlotRanges.addSlotRange(List<SlotRange> list, String prefix, int startValue, int size) private static void