Uses of Interface
net.minecraft.world.inventory.SlotRange
Packages that use SlotRange
Package
Description
-
Uses of SlotRange in net.minecraft.advancements.predicates
Fields in net.minecraft.advancements.predicates with type parameters of type SlotRangeModifier and TypeFieldDescriptionprivate final Map<SlotRange, ItemPredicate> SlotsPredicate.slotsThe field for theslotsrecord component.Methods in net.minecraft.advancements.predicates that return types with arguments of type SlotRangeModifier and TypeMethodDescriptionSlotsPredicate.slots()Returns the value of theslotsrecord component.Constructor parameters in net.minecraft.advancements.predicates with type arguments of type SlotRangeModifierConstructorDescriptionSlotsPredicate(Map<SlotRange, ItemPredicate> slots) Creates an instance of aSlotsPredicaterecord class. -
Uses of SlotRange in net.minecraft.commands.arguments
Classes in net.minecraft.commands.arguments that implement interfaces with type arguments of type SlotRangeFields in net.minecraft.commands.arguments declared as SlotRangeModifier and TypeFieldDescriptionprivate final SlotRangeSlotSourceArgument.LiteralResult.slotRangeThe field for theslotRangerecord component.Methods in net.minecraft.commands.arguments that return SlotRangeModifier and TypeMethodDescriptionstatic SlotRangeSlotsArgument.getSlots(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) SlotsArgument.parse(com.mojang.brigadier.StringReader reader) SlotSourceArgument.LiteralResult.slotRange()Returns the value of theslotRangerecord component.Constructors in net.minecraft.commands.arguments with parameters of type SlotRangeModifierConstructorDescriptionLiteralResult(SlotRange slotRange) Creates an instance of aLiteralResultrecord class. -
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 SlotRangeSlotRanges.read(com.mojang.brigadier.StringReader reader) SlotRanges.tryRead(com.mojang.brigadier.StringReader reader) Method parameters in net.minecraft.world.inventory with type arguments of type SlotRangeModifier and TypeMethodDescriptionprivate static voidSlotRanges.addSingleSlot(List<SlotRange> output, String name, int id) private static voidSlotRanges.addSlotRange(List<SlotRange> output, String prefix, int offset, int size) private static void -
Uses of SlotRange in net.minecraft.world.item.slot
Fields in net.minecraft.world.item.slot declared as SlotRangeMethods in net.minecraft.world.item.slot with parameters of type SlotRangeConstructors in net.minecraft.world.item.slot with parameters of type SlotRangeModifierConstructorDescriptionprivateRangeSlotSource(LootContextArg<Object> source, SlotRange slotRange)