Uses of Interface
net.minecraft.commands.arguments.SlotSourceArgument.Result
Packages that use SlotSourceArgument.Result
Package
Description
-
Uses of SlotSourceArgument.Result in net.minecraft.commands.arguments
Classes in net.minecraft.commands.arguments that implement SlotSourceArgument.ResultModifier and TypeClassDescriptionstatic final recordstatic final recordClasses in net.minecraft.commands.arguments that implement interfaces with type arguments of type SlotSourceArgument.ResultMethods in net.minecraft.commands.arguments that return SlotSourceArgument.ResultModifier and TypeMethodDescriptionstatic SlotSourceArgument.ResultSlotSourceArgument.getSlotSource(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) SlotSourceArgument.parse(com.mojang.brigadier.StringReader reader) -
Uses of SlotSourceArgument.Result in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type SlotSourceArgument.ResultModifier and TypeMethodDescriptionprivate static intExecuteCommand.countItems(CommandSourceStack source, ItemAccessor<?> accessor, SlotSourceArgument.Result slotSource, Predicate<ItemStack> predicate) private static intExecuteCommand.countSlots(CommandSourceStack source, ItemAccessor<?> accessor, SlotSourceArgument.Result slotSource) -
Uses of SlotSourceArgument.Result in net.minecraft.server.commands.item
Methods in net.minecraft.server.commands.item with parameters of type SlotSourceArgument.ResultModifier and TypeMethodDescriptionprivate static Collection<ItemStack> ItemCommands.getItems(CommandSourceStack source, ItemAccessor<?> accessor, SlotSourceArgument.Result slotSource, @Nullable Holder<LootItemFunction> modifier) private static <Target> intItemCommands.modifyItems(CommandSourceStack source, ItemAccessor<Target> accessor, SlotSourceArgument.Result slotSource, Holder<LootItemFunction> modifier) private static intItemCommands.setItem(CommandSourceStack source, ItemAccessor<?> accessor, SlotSourceArgument.Result slotSource, ItemCommands.ItemDistributor distributor, ItemStack item) private static intItemCommands.setItems(CommandSourceStack source, ItemAccessor<?> accessor, SlotSourceArgument.Result slotSource, ItemCommands.ItemDistributor distributor, Collection<ItemStack> items) private static <Target> intItemCommands.setItems(CommandSourceStack source, ItemAccessor<Target> accessor, SlotSourceArgument.Result slotSource, ItemProvider items, @Nullable ItemStack knownItem)