package net.minecraft.world.entity.projectile;

import net.minecraft.world.item.ItemStack;

public interface ItemSupplier {

    ItemStack getSuppliedItem();
}
