package gregtech.mixin.interfaces; import net.minecraft.block.Block; public interface IBlockStemAccesor { Block getCropBlock(); }