package com.minelittlepony.unicopia.ducks; import net.minecraft.item.ItemStack; public interface PickedItemSupplier { ItemStack getPickedStack(); }