Uses of Interface
net.minecraft.server.commands.item.ItemCommands.ItemDistributor
Packages that use ItemCommands.ItemDistributor
-
Uses of ItemCommands.ItemDistributor in net.minecraft.server.commands.item
Methods in net.minecraft.server.commands.item with parameters of type ItemCommands.ItemDistributorModifier and TypeMethodDescriptionprivate 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 com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> ItemCommands.wrapSetItems(CommandBuildContext context, com.mojang.brigadier.builder.ArgumentBuilder<CommandSourceStack, ?> builder, ArgProvider<ItemAccessor<?>> targetProvider, ItemCommands.ItemDistributor distributor)