001    package net.minecraft.dispenser;
002    
003    public interface ILocatableSource extends ILocation
004    {
005    }