blob: 11d8b0a91ac82bf9a0a6d1b00598b4cd7b26dc22 [file] [log] [blame] [raw]
package calclavia.lib;
import java.util.HashSet;
import net.minecraft.entity.player.EntityPlayer;
public interface IPlayerUsing
{
public HashSet<EntityPlayer> getPlayersUsing();
}